PermissionScope
This enum defines when a Permission record applies. If defines the scope of records in a table to which a user has access. See the document Permission and Access Control for more details.
Values
| Key | Value | Description |
|---|
| None | 0 | Permission for no records. |
| Instance | 1 | Permission for a specific row (instance) within the table, defined in a separate Instance field. |
| User | 2 | Permission for all records that belong to the user. |
| Firm | 3 | Permission for all records that belong to the user's Firm. |
| Enterprise | 4 | Permission for all records that belong to the user's Enterprise. |
| Venue | 5 | Permission for all records that are in the user's Venue. |
| All | 6 | Permission for all records in the table. |
Referenced by
Tables
Messages