Question
How to specialize Dashboard by Access Group?
I searched on this topic and found the following article, but it covers configuring dashboard for all users in the application.
https://pdn.pega.com/support-articles/dashboard-personalization-does-not-display-all-users
I need to specialize Dashboard by Access Group. Each user group has a separate requirement for Dashboard. Can anyone point me to more information on this topic?
***Moderator Edit: Vidyaranjan | Updated Categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Vamsi
By specializing I suppose you mean modify the Dashboard content displayed.
There will be a system page("OperatorID") on clipboard which will contain the user's access group.
We can modify the section's layout rendered by making use of the above property.
First check which template is rendered for your Dashboard. In my case it is "pyUserDashboardTemplateRightColumn"
In that section define "OperatorID" page in Pages and Classes tab
Now in the template which is rendered add all the required content to be displayed for multiple AccessGroups.
On the layouts added for different access groups add visibility condition based on their access group as below
Let me know if I've misunderstood your requirement.