Different Overview dashboard per team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Working in Service Operation Workspace I want to be able to set a default dashboard for a team. We have the overview dashboard which is the default for everyone but as an example I want to change the default to always show on my teams to be the ServiceNow Administrators. I have tried the options in the User Experience and can sort of get what I need where after I open i use the dropdown and choose the Servicenow admin dashboard the home(House Button) works for that tab I have open but the Icon goes back to the Overview Home page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
You'll have to create a variant of the landing page and add the logic for the default dashboard. For the t1 and t2 pages there are two ux page properties on the ux application for SOW that govern the dashboard.
- tier1DefaultDashboard
- tier2DefaultDashboard
You could mimic this and create a new property (eg adminDefaultDashboard) with the dashboard sysid you want and then create a page variant for admin audience. Then in the new variants client state params set the visibleDashboard parameter as app > adminDefaultDashboard. This way you can change the dashboard without having to update the page similar to how the sow admin center does.

