Permissions

🛠️ Configure the users' permissions.

Overview

The permissions tile type has a very limited use and is utilised only with Roles and Instances records. It provides a specialised form for users to modify Permissions precisely.

Object Properties

The table provides a summary of the object properties associated with the permission tile type, including their types, mandatory or optional status, and descriptions.

FieldTypeRequirementDescription
typestringMandatoryAlways set to permissions.
fieldstringMandatoryInternal ID of the JSON field where the Permissions will be stored.
titlestringOptionalTitle to display at the top of the tile. If a string is specified, that new title is used; if set to false, no title appears. If omitted, the default title Permissions is displayed.

Sample Configuration

Here is a sample configuration for incorporation of the permissions tile type:

{
 "type": "permissions",
 "field": "permissions",
 "title": "Permissions"
}

📌 Need Help?

If you require assistance or encounter any issues, please don't hesitate to contact us for further support.