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

Hi Julie,

 

Its saved in User preference , something like below

AnuragTripathi_0-1697709965413.png

 

 

-Anurag

This data would be stored in this table: sys_aw_my_list (My Workspace List)

 

For Next Experience Workspace lists, it's in this table: sys_ux_my_list