Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 796 Bytes

File metadata and controls

42 lines (32 loc) · 796 Bytes

entityAcl

Restrictions for fields and links can be defined here.

Path: metadata > entityAcl > {EntityType}.

Example:

{
    "fields": {
        "someFieldName": {
            "readOnly": true
        },
        "anotherFieldName": {
            "forbidden": true
        }
    },
    "links": {
        "someLinkName": {
            "nonAdminReadOnly": true
        }
    }
    "systemWriteForbidden": false
}

Available params (all are booleans):

  • forbidden – totally forbidden;
  • internal – reading forbidden, writing allowed;
  • onlyAdmin – forbidden for non admin users;
  • readOnly – read-only for all users;
  • nonAdminReadOnly – read-only for non-admin users.

systemWriteForbidden

boolean

As of v10.0.0.

Restricts record update and removal in formula.