Default specific dashboard for specific group users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 07:34 AM
Hello Folks,
I want to set a particular dashboard as a default dashboard for users of specific group. i.e. if a user of Group A is logged in he/she must see the Dashboard A as default dashboard on homescreen.
How can I achieve this? Any help is appreciated.
Thanks,
Rocky.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 07:46 AM
Hi Rokcy,
It can be done by creating User Preferences. Please perform the below steps.
Set one dashboard as a home for specified users
Configure ServiceNow so that specified users see the same dashboard when they log in.
Procedure
- Configure the user preference my_home_navigation_page. For more information, see steps 1–5 in Set dashboards as home for all users.
- Navigate to the dashboard you want to set as home for all users.
- From the context menu, select Dashboard Properties.
- On the Dashboard Properties form, click the context menu again, and select Copy sys_id. Paste the sys_id into a text file so that you can copy it into the property you create.
- Navigate to User Administration > User Preferences.
- Create a user preference with the name: com.snc.pa.ui.preferences_dashboards.
- Give the property a meaningful description that you can search for.
- Check the box labeled System.
- In the User field, type the user name of the user who sees this dashboard when they log in.
- Set the Type to string.
- In the Value field, enter the following: {"last":"dashboard_sys_id"}, but replace dashboard_sys_id with the sys_id you copied in step 4.
- Select Submit.
- Specify the same dashboard for more users.
- Select the context menu icon (
) and choose Insert and Stay.
- Type the name of the next user in the User field.
- Select Submit.
- Select the context menu icon (
Result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 06:51 AM
Hi Nayan,
Can the User field in step 9 be set with using a group or role?
Thanks,
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 06:51 AM
Hi Nayan,
Can the User field in step 9 be set with using a group or role?
Thanks,
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2023 07:57 AM
unfortunatelly this does not solve all the need.
yes, we will create script and business rule which will set the last dashboard for all users, but it is overwritten everytime user navigates to different dashboard.
if it would be possible to really set the "default", not the "last", it would make much more sense, you would be able to set it as non-dynamic homepage, something you want to see all the time you log in or click the company logo in the banner....