How can a default dashboard be set for a user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 01:54 PM
Upgraded to Tokyo and converting homepages to dashboards. Want to set the newly converted dashboard as the user's landing page. What user preference is this? If it's set as a user preference, would they always land on that page or would it display the last user dashboard?
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 02:01 PM
Hi Blair,
By default, the most recent dashboard a user has visited is the dashboard they see when they login to ServiceNow.
While it is possible for individual users to set dashboards, rather than homepages, you can also set dashboards as home for all users.
Procedure
- Navigate to All > User Administration > User Preferences.
- Create a user preference with the name my_home_navigation_page.
- Give the preference the description Set all homepages to dashboards.
- Select the System check box to create an instance-wide default.
- Leave the User field empty.
Steps 4 and 5 make the preference universal.
- Set the Type to string.
- Set the value to $pa_dashboard.do.
- Select Submit.
Result
Regards,
Nayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2022 01:23 PM
Nayan,
My understanding is that in Tokyo, all users will land on a dashboard. No user preference necessary. My question isn't how to set a user's landing page to dashboards instead of homepages, My question is how to set someone to have a specific dashboard upon landing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 10:05 AM
I have this same question... rather than customizing if it's possible to do.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 06:03 AM - edited 01-12-2023 07:43 AM
Hi Blair5,
Procedure if you have the new UI:
- Put the dashboard you want as a default on the screen
- Select your profile icon (top right)
- Select Preferences
- Select Display
- In the Current start page, select “Use the page I’m on now”:
Also, make sure you set the following system property to true:
glide.next_experience.user_selected_landing_page_enabled
JP