- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 06:18 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 08:50 PM
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.
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 08:50 PM
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.
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2025 11:25 PM
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