
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 04:39 AM
When I open the ServiceNow platform (not the frontend) I am presented with a dasboard.
When I choose another dashboard, that dashboard will become the default dashboard that will be shown when I open the ServiceNow platform the next time.
So, my dashboard of choice should be stored somewhere.
Is there any way to list what the default dashboard is for our users, so something like a list of accounts with their chosen (last viewed) dashboard?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 05:09 AM
This is stored in the sys_user_preference table, in records with the Name = com.snc.pa.ui.preferences_dashboards for each User, where the Value includes the sys_id of the report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 05:58 AM
You are welcome!