The CreatorCon Call for Content is officially open! Get started here.

Where is User list layout stored?

andyliu
ServiceNow Employee
ServiceNow Employee

Hi,

The platform allows users to customize the list layout for a table or a related list layout to make it different from the default layout. I assume those user customized layouts must be stored somewhere in the system. Does anyone know where it's actually stored?

I checked "User Preferences" but that only contains "sorted by" and "ASC/DESC" info.

Thanks!

Andy

1 ACCEPTED SOLUTION

Well actually i was wrong, User Preference just tells you that the user has customized it, but the actual data is stored in the following table



sys_ui_list



Navigate to sys_ui_list_list.do and sort by updated most recent.


-Anurag

View solution in original post

6 REPLIES 6

Anurag Tripathi
Mega Patron
Mega Patron

Hi Andy,



If anyone Customizes a list layout , its stored in user preference only.



If you change it and immediately check the preference for that user, you see one updated just then.


-Anurag

Well actually i was wrong, User Preference just tells you that the user has customized it, but the actual data is stored in the following table



sys_ui_list



Navigate to sys_ui_list_list.do and sort by updated most recent.


-Anurag

Awesome, thanks Anurag!


This was very helpful - thanks Anurag.

Does anyone know where the analog is stored for when a User personalizes a List in the Agent Workspace?  I would have thought an entry would show up in sys_ui_list, with the View == Workspace.  But it doesn't.

sys_aw_list has a "User" column but a new entry when you personalize a list, doesn't show up here.  In fact, none of the records in that table have "User" filled in.

Of course, sys_aw_my_list has all the "My List" configurations that a User creates, but this is quite different than Personalizing and existing list.

Does anyone know where the analogue to the sys_ui_list entry is, for personalizations to Lists in the Agent Workspace?

 

Thanks,

Julie