There is a requirement that users with a particular access group will only be able to access the Clipboard in ready-only format. They won’t be able to edit the Clipboard data.
As a workaround, I have removed the privilege ClipboardViewerUpdate from the baseclass for the given access role ( in the access group). The user is still able to edit the Clipboard pages.
I have checked the associated rules executed -
Section name: Pega-Clipboard.pzClipboardToolbarWrapper in RS Pega-Desktop:08-01-01
When rule configured for disabling button: Pega-Clipboard.pzDisableEdit . Privilege also added "ClipboardViewerUpdate ". Looks like the “When not met” condition to hide the “Edit” button is not working.
Can I have a screenshot of your configuration? For me, working fine. i.e., the Edit Button is completely not visible on the clipboard’s top right side.
@Bhumireddy which configuration are you looking for? The associated rules are in PEGA ruleset so no changes there. I only removed the clipboardViewerUpdate privilege from the baseclass
@Bhumireddy Thank you for the response. I have no access roles as mentioned above in the access group. However, the concerned access role has dependent role on PegaRULES:SysAdm4.
I think because of this , its not working as expected.