- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 02:09 AM
Hi
Can we make personalize list columns common for all users ? If yes, how and how to capture it in update set ?
Thanks
Snehal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 02:15 AM
Hi Snehal,
For that you need to use "List Layout", please find below reference screenshot :
Please find more info: Configuring Lists - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 02:15 AM
Hi Snehal,
For that you need to use "List Layout", please find below reference screenshot :
Please find more info: Configuring Lists - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 02:29 AM
Hi Snehal,
You can achieve this requirement through List layout by right clicking-->List layout then you can configure as appropriate.
Moreover, for capturing these changes in update set this requirement is feasible.
then for checking this you can impersonate any user & check for the same.
let me know if you face any issue around this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 02:30 AM
Hi Snehal,
Through List Layout functionality you can set this and that will capture in your update set.
Please find the link below .
http://wiki.servicenow.com/index.php?title=Configuring_Lists#Configuring_the_List_Layout
Thanks,
Harshvardhan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 10:20 AM
It sounds like you already have your answer but I'll leave this here for my own benefit and in case someone wants to address it via a script.
// TODO specify views
var utils = new global.ListMechanic();
utils.saveList('incident', 'number,short_description,state,sys_updated_on,sys_updated_by');