Default landing page for all users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 03:50 AM - edited 08-14-2023 03:50 AM
Hello!
We are currently in the testing phase for Utah. Is there a way to set the landing page when a user logins to ServiceNow to a specific module (ex. My Work) instead of a default dashboard?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 04:05 AM
@ramirch ,
Type sys_properties.list in the navigation filter.
Locate the glide.login.home system property.
In the Value field, enter the name of the page that all users see upon login.
Use <page name>.do; you may omit the http://''instance''.service-now.com/ portion of the URL. To determine the page name or the URL of a page in the system, you can point to a link. Some possible pages are welcome.do and incident.do.
To specify a dashboard landing page, set the property to $dashboards.do?dashboard=<SYS_ID>. Replace <SYS_ID> with the sys_id of the dashboard.
I hope this helps....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....