Dashboards

vidhya_mouli
Tera Sage

We have a requirement and I want to check with you about what is the best way of doing it. We have different users who have access to different dashboards. Everything is associated with SOW.

Agent 1 has access to Dashboard 1
Agent 2 has access to Dashboard 2
They both have different roles.

The default dashboard in SOW is lets say Dashboard 1.
So when Agent 2 opens SOW they see Access Denied.
Instead I was to set Dashboard 2 as default for agent 2.

Is this possible to do without creating separate landing pages for each role?

1 ACCEPTED SOLUTION

vidhya_mouli
Tera Sage

Managed to do this.

I had to do it through UI Builder.
Created a client script that will fetch the sys id of the dashboard based on the role.

Added this client script as event handler on page load.

Then set this to the Dashboard Controller. 

Also I set up the audiences for the landing page.

View solution in original post

10 REPLIES 10

vidhya_mouli
Tera Sage

Managed to do this.

I had to do it through UI Builder.
Created a client script that will fetch the sys id of the dashboard based on the role.

Added this client script as event handler on page load.

Then set this to the Dashboard Controller. 

Also I set up the audiences for the landing page.