How can we report which default dashboard our process users have set?

Johan van den H
Kilo Sage

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?

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

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. 

View solution in original post

5 REPLIES 5

You are welcome!