🛠️ 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.
| Field | Type | Requirement | Description |
|---|---|---|---|
type | string | Mandatory | Always set to permissions. |
field | string | Mandatory | Internal ID of the JSON field where the Permissions will be stored. |
title | string | Optional | Title 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?
