Personalize List Columns

snehalkhare
Kilo Guru

Hi

Can we make personalize list columns common for all users ? If yes, how and how to capture it in update set ?

Thanks

Snehal

1 ACCEPTED SOLUTION

chirag_bagdai
ServiceNow Employee
ServiceNow Employee

Hi Snehal,



For that you need to use "List Layout", please find below reference screenshot :



Screen Shot 2017-06-27 at 2.45.01 PM.png



Please find more info: Configuring Lists - ServiceNow Wiki  


View solution in original post

4 REPLIES 4

chirag_bagdai
ServiceNow Employee
ServiceNow Employee

Hi Snehal,



For that you need to use "List Layout", please find below reference screenshot :



Screen Shot 2017-06-27 at 2.45.01 PM.png



Please find more info: Configuring Lists - ServiceNow Wiki  


Prabhat4
Tera Contributor

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.


Harsh Vardhan
Giga Patron

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


Community Alums
Not applicable

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');