- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks 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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I already mentioned that homepages are not being used now by many customers
You need to convince customer to stay with the latest trends or else they will miss the new features
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I already mentioned that homepages are not being used now by many customers
You need to convince customer to stay with the latest trends or else they will miss the new features
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks 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
3 weeks 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
3 weeks 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
******************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago