-
Open an MQL window.
-
To set the access roles that cannot execute commands, execute these commands.
set context user creator;
modify businessobject "ECADInteg-GlobalConfig" ZukenCR5000Global TEAM
"ECADInteg_CSEDisabledCommands" <COMMAND1>|<ACCESSROLE>
<COMMAND2>|<ACCESSROLE>; Where
<COMMAND> is one of the commands listed in Role-Based Access
to Commands
<ACCESSROLE> is a comma-separated list of the access roles
that cannot access that command, enabled, or disabled.
For
example:modify "ECADInteg-GlobalConfig" ZukenCR5000Global TEAM "ECADInteg_CSEDisabledCommands" createworkspace|VPLMCreator,
VPLMViewer movefolder|VPLMCreator createfolder|disabled assignfolder|enabled;
|