Creating application restrictions

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

  1. Open the application in Application Designer.
  2. In the Select Action menu, click Toggle Show All Controls.
  3. Select the presentation control and click the Control Properties icon.
  4. In the Presentation Properties window, enter the query in the Application Restrictions field.
  5. Save the application definition.