How To Hide The "Update Document" Right Click Action Under Dependencies
Comments
-
In order to hide this action, you'll need to create an configuration extension of the type "CssDocumentExtention Configuration Extension". Inside that Configuration Extension, you'll need to create an action visibility rule. It should check for the action name to be "Update Document" and the initiatingUserGroups to NOT contain Administrators.
Creating Configuration Extensions - Configuration Folder (decisions.com)
