- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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.