Question
1
Replies
58
Views
Posted: March 21, 2017
Last activity: March 22, 2017
How to hide Modify Schema option in DesignerStudio--- >System-- >Database-- >"ModifySchema" for Prod suport admin
Tried setting DSS "database/Autodbschemachanges" to false and recycled server but didn't work in Pega 7.2.1
***Updated by moderator: Lochan to add Categories***
If you look at the rule pzSystemMainMenu, you will see that the entire "Database" category is controlled by the when rule pyHasAccessToMTRestrictedRules. If you don't mind removing this entire choice (which looks like this):
You can change one of the privileges associated with the checks in the When rule so that the "Database" option does not appear at all.
There is no When condition associated with the "Modify Schema" option, however. I don't know if a request for a hotfix or enhancement would be considered. I also don't know if you wish to change your entire Portal, making copies of these two navigation rules so that you could have your own version of pzSystemMainMenu which in turn contains a visibility condition to control just this one option.
Food for thought.