You add a query to an application to restrict the records
that a user can see. To hide inactive users in the Users application
for example, you use the query "status != ’INACTIVE’". You create
restrictions for power applications and single-page applications in
Application Designer.
Procedure
- Open the application in Application Designer.
- In the Select Action menu, click Toggle
Show All Controls.
- Select the presentation control and click the Control
Properties icon.
- In the Presentation Properties window,
enter the query in the Application Restrictions field.
- Save the application definition.