Dashboard View not visible in homepage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Community,
Our production instance was upgraded to newer version , now the users want the dashboards needs to come automatically in homepage when login into ServiceNow instance , how to achieve it.
Current view :
They need in dashboard view how it was earlier . Can anyone please help on this .
Regards,
Tulasi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
how it was looking earlier? -> share screenshot
was this not tested in lower instance before you upgraded PROD to new release?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
22m ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @tulasi8
- Navigate to sys_user_preference.List
- search for the specific User.
- If a record is not created with name "my_home_navigation_page" and with value "$pa_dashboard.do" , create it and test
- Direct link: https://<your_instance_name>/now/nav/ui/classic/params/target/sys_user_preference_list.do%3Fsysparm_...
Refer: KB0744970 Set your startup screen on a ServiceNow instance
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19m ago
Hi @tulasi8
- Go to All > User Administration > User Preferences.
- Click New.
- Set Name to
my_home_navigation_page.
- Set Description to
Set default dashboard for new users.
- Check the System box (leave the User field completely empty to apply as an instance-wide default).
- Set Type to
string.
- Set Value to
$pa_dashboard.do(or paste a specific dashboardsys_idif targeting a single fixed dashboard).
- Click Submit
- Navigate to System Properties > **System Properties [sys_properties]` list.
- Locate or create properties like
glide.login.homeorglide.home.page.
- Set the property value to your target dashboard URL or
$pa_dashboard.do
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12m ago
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
****************************************************************************************************************