Make dashboard default
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
How to make the IT agent dashboard as default when user open the SOW workspace
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @dhivyal94299399,
Refer:
Default Dashboard in Service Operations Workspace - ServiceNow Community.
How to make a dashboard as default for users? - ServiceNow Community.
How to change default dashboard on Admin home? - ServiceNow Community.
If the provided solution is useful/working, please Accept as Solution and hit the Helpful.
Thanks & Regards,
Srikanth Akula.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
This can be configured through UI Builder by following these steps:
- Navigate to UI Builder.
- Under the Experiences section, search for Service Operations Workspace.
- Open the Tier 2/3 Specialist Landing Page and create a variant and work on it.
- Locate the Dashboard component. You will find that the default dashboard is configured with the Overview dashboard Sys ID.
- Create a Data Resource and configure it to return the appropriate dashboard Sys ID based on the user's group.
- Bind the Dashboard component to this Data Resource so that users belonging to specific groups are presented with the corresponding custom dashboard.
Hope that Helps!