Page tree

Versions Compared

Key

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

...

It will check for the TABLEIO:SRC, which could be the form, and from that form it will read the DISPLAY or DATA link of that form.
From the BE of the form it will read the catalog SecurityRestrictions and apply the visibiltyRules based on that.
There is one limitation in this version, it only works with one BusinessEntity.

Requirement: Setting in SCL configuration file, ( .applicationsettings, .restapplicationsettings files) "UseDetailedRequestAuthorizationOnUpdate": true

Steps to follow

Step 1:
In SCL Menu Function maintenance, select a menu function and in the Visibility rules add {"PrimaryDOAuthorization":"CanCreate"} or {"PrimaryDOAuthorization":"CanCreate,CanDelete,CanModify"} (based on the needs)

...