
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:05 AM
I've installed San Diego on our Dev instance (upgraded from Rome) and activated the Next Experience. I am trying to get ServiceNow to send users to the default landing page, but it is sending to the dashboards overview page by default. I have gone into user preferences, removed those preferences, and created a default one to navigate to now/nav/ui/home. I have also modified the system property glide.login.home to the same value and it still ends up landing on the dashboards overview page. Is there anything else you can suggest?
Solved! Go to Solution.
- Labels:
-
UI Framework Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 06:36 AM
Here's the solution I received from Now Support, in case anyone runs into the same issue.
Solution Proposed: To resolve the issue, please follow the steps outlined below:
1) Navigate to https://<your instance name here>.service-now.com/nav_to.do?uri=sys_ux_screen.do?sys_id=7c2ed69dc3bb...
2) Switch to the Service Operations Workspace Core application scope, if needed
3) Uncheck the Active checkbox
4) Save the form

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:34 AM
Hi there,
Not sure if I understand you correctly. Do you mean perhaps this?
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:38 AM
Yes,
I tried modifying that property, as well as going into user preferences and change the my_home_navigation_page propery for all users (all the ideas gleaned from Community and Docs that I could find). However, when I changed those, I now get the initial 'landing at your destination shortly' screen and then it dumps me out at dashboards overview. I'm trying to get the admin landing or default user landing page to come up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:44 AM
Maybe just in case perform a cache.do?
I just updated the system property mentioned with:
/incident_list.do?sysparm_userpref_module=b55b4ab0c0a80009007a9c0f03fb4da9
After page refresh, instantly worked for me. Did impersonation, also worked.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:50 AM
No luck on the cache.do. Tried that and logged out/logged in for good measure, but still getting redirected to the wrong page.