Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

We now support disabling forms using visibility rules.

This is done through the 'SecurityRestrictions' attribute on the form, and specified using the following format:

{ "NotRestricted": "Token1,Token2" }

The provided list of tokens, which are part of Security Restrictions, is checked for any restricted token.

If at least one of them is restricted, the form will be locked.

Examples
{ "NotRestricted": "CanCreate" }
{ "NotRestricted": "CanDelete" }
{ "NotRestricted": "CanModify,CanSaveChanges" }
  • No labels