Data Restriction works on a database level for the whole application. However, there are use cases where you’d want to disable the data restriction on certain screens or components.
For example, in a Project Tracker app, your Users database might be restricted to ensure every user can see only their profile. However, the users should be able to see the name/details of the other users on the Projects screen.
To selectively disable data restriction on some screens/components,
- Locate the “Data Restriction” section on your list screen or list components.
- Disable the “Enabled for this screen/list” toggle.
Do test it out and let us your thoughts.