Skip to content

Configure Access Control

Key Lesson: In this step, you learn how to create an **Access Control** component and verify the default access configuration required for the app to load data and render screens at runtime.

Create an Access Control component for the Purchasing app and confirm that its Server Data Store and transactional entities are included in the automatically generated access configuration.

Follow these steps to create an access control object:

  1. Go to Design → Object Types → Access Control.
  2. Click +.
  3. Enter PurchasingAppAC and click OK.

2. Review Default Server Data Store Access

Section titled “2. Review Default Server Data Store Access”

When the Access Control editor opens, it contains three tabs:

TabUse in this tutorial
EntityNot used at this stage
ServerDataStoreUsed to review the generated Server Data Store access configuration
ProcessNot used at this stage

In the ServerDataStore tab:

  1. Confirm that the app’s Server Data Store is linked to the Access Control object.
  2. Click the Server Data Store object name.
  3. When the code editor opens, check that all the transactional entities created in the data model are listed.
  4. Leave the generated logic unchanged.

Understand how access rules determine which operations users can perform in Lowgile applications.

Review the Access Control object type and its configuration structure.

Learn how permissions represent reusable access capabilities.