Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We now support disabling forms using visibility rules.

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


Code Block
{ "NotRestricted": "Token1,Token2" }


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

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


Code Block
titleExamples
{ "NotRestricted": "CanCreate" }
{ "NotRestricted": "CanDelete" }
{ "NotRestricted": "CanModify,CanSaveChanges" }