Hide/Disable Edit button on clipboard for some users

Hello,

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.

We are using PegaRULES 8-24

Please suggest.

Hi @RimmiMukherjee

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.

Thanks,

Ashok

@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.

Hi @RimmiMukherjee

I have created own Access Role and I have added only clipboardViewer privilege only, it is working fine.

Please check in other Access Role Name Rule having this clipboardViewerUpdate privilege**.**

Check any of these Access Roles added into your respective Access Group.

  • DMSample:Administrator @baseclass
  • PegaRULES:AppArchitect @baseclass
  • PegaRULES:ProArch4 @baseclass
  • PegaRULES:ProArch4 PegaAccel-Integration-Connectors
  • PegaRULES:SysAdm4 @baseclass
  • PegaRULES:SysArch4 @baseclass

Thanks,

Ashok