Enterprise Feature

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

If I’m switching from Community to Enterprise, will I be able to do the following :

A role where I want to display only data if a particular field on the table or collection contains a specific value. Like a collection called ‘UsersReferral’ and a column called ‘SourceReferral’. I want to create a role to display only records where if SourceReferral’s value is “Web” or anything like that.

Basically, I want to be able to customise these sections.

Thank you.

Yes in the Enterprise edition you can customize the conditionals and build your own (the API for that is unstable but it’s possible). The docs for that are here: Configurations - Strapi Developer Documentation