Access Control

You have to go through a three-step form wizard to enable this Control, i.e., Design, API & Advance. Let’s explain these steps below:

1st Step – Design

This is the first step of the “Access Control” control form wizard. Here you are required to fill in the following details:

  1. Database Field Name (mandatory): Defines the name of the database field to which the component's data will be mapped and stored.
  2. Label Name: Specifies the display name or title for a field or control in the user interface.
  3. Column Width: Specifies the width of a column in a layout or grid system, allowing control over how much space the column occupies relative to others.

2nd Step – API

  1. Data API
    1. Data Source: Select the data source from the available options: AI, HTTP, Workflow, No SQL, or RDBMS.
      1. HTTP: Use the HTTP protocol for data fetching.
        1. Data Connection: Configure the connection to the HTTP endpoint.
        2. Method (mandatory): Select the HTTP method to be used, such as GET, PUT, POST, PATCH, DELETE, or POCO.
        3. API URL (mandatory): Provide the URL of the API endpoint.
        4. Query Parameters: Specify the query parameters to be appended to the API call.
          1. Key: Enter the name of the query parameter.
          2. Value: Provide the value for the query parameter.
          3. Query Variable: Define a variable to dynamically populate the parameter.
          4. Select Type: Choose the data type for the query parameter.
        5. Headers: Configure the HTTP headers for the API call.
          1. Name: Specify the header name.
          2. Value: Provide the value for the header.
        6. Others: Additional HTTP settings.
          1. Enable raw query: Enable sending raw query data in the API call.
    2. Enable raw query: Toggle to allow sending raw query data in the request.
    3. Response Attribute: Define the attribute to extract data from the API response.
  2. Mapping
    1. Title Field: Define the field used for the title in the form or display.
    2. Icon Field: Specify the field that will hold the icon.

3rd Step – Advance

  1. View Label: Label used when viewing the data or information.
  2. Create Label: Label displayed when creating a new entry or record.
  3. Update Label: Label shown when updating an existing entry.
  4. Delete Label: Label shown when deleting an entry or record.

Click “Confirm” and “Access Control” control is configured.