DashboardsManager is a OOTB component with limited configurations. The requirement is to display delete option for only few access group. But all others should be able to view it.
By current design, Pega only restricts dashboard deletion for Public dashboards, which strictly limits deletion rights to App Authors.
For any other dashboard types, if a user has access to view the dashboard, the underlying React component automatically grants them permission to modify or delete it. Because this logic is hardcoded directly within the OOTB Constellation React component, we cannot conditionally control the visibility of the delete action via standard configuration or access groups.
@DharmaReddy re you in the User Experience Expert Circle? I would like to move this under that area, so it can be found with other Constellation questions. However, if you are not a member you won’t be able to respond (until you join), so don’t want to just move on you.
Please let me know if you join and i’ll move.
Hi Sai,
How are you able to view the ootb component code. If any git repo for this pega component. share the link.
Sure marc.
Its from the Browser itself. Add React Dev Tools extension to your browser and then inspect the screen from it. It will point to the source file that loads the component in the Sources tab.



