Does the sys_ui_list include records from the personalize list?

miyu
Tera Guru

I understand that the sys_ui_list table manages the list layout for each table.
If I personally change the list layout in Personalize List, is that list layout also managed in sys_ui_list?

1 ACCEPTED SOLUTION

Riya Verma
Kilo Sage
Kilo Sage

Hi @miyu ,

 

Hope you are doing great.

 

When you personalize the list layout using the "Personalize List" feature in ServiceNow, it creates a new record in the sys_ui_list table specific to your user profile. This personalized list layout is separate from the standard list layout defined in the sys_ui_list table for each table.

The sys_ui_list table primarily manages the default list layout for each table in ServiceNow. It contains records that define the columns, sorting order, and other settings for the list view of a particular table. These settings are applied by default to all users unless they personalize their list layout.

 

When you personalize the list layout, ServiceNow creates a new record in the sys_ui_list table with a unique sys_id that corresponds to your user profile. This personalized list layout record overrides the default settings defined in the sys_ui_list table for your user account.

Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma

View solution in original post

2 REPLIES 2

Riya Verma
Kilo Sage
Kilo Sage

Hi @miyu ,

 

Hope you are doing great.

 

When you personalize the list layout using the "Personalize List" feature in ServiceNow, it creates a new record in the sys_ui_list table specific to your user profile. This personalized list layout is separate from the standard list layout defined in the sys_ui_list table for each table.

The sys_ui_list table primarily manages the default list layout for each table in ServiceNow. It contains records that define the columns, sorting order, and other settings for the list view of a particular table. These settings are applied by default to all users unless they personalize their list layout.

 

When you personalize the list layout, ServiceNow creates a new record in the sys_ui_list table with a unique sys_id that corresponds to your user profile. This personalized list layout record overrides the default settings defined in the sys_ui_list table for your user account.

Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma

UmesH77
Tera Contributor

Hi @miyu ,

Hope you are doing  great,

 

 

Yes — but only for global list layout changes
The sys_ui_list table stores global list layout configurations for a table and view (e.g., Default view, Admin view).

These are typically created/edited by admins using List Layout (gear icon > Configure > List Layout).
However — personal list changes (Personalize List) are not stored in sys_ui_list.
When you click "Personalize List" (or drag-and-drop columns via the column gear), you're changing the layout just for yourself.

These personal customizations are stored in your session and saved in sys_ui_list_user — not in sys_ui_list.

 

 

Regards,

Umesh Bhingare