List Collector Default Value

katelynlassan
Kilo Contributor

I am using the List Collector Variable on a Catalog Item. I am referencing a table with 6 different column headers. When the List Collector is displayed is asks to select from the values in column number 1 (in my case that column name is Name). How can i get it to select from a different column, say number 6 (which in my case is named Accounting Code)

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Katelyn,



The column1 must be display true in the dictionary. If you want to allow user to select column6 then make it display as true in dictionary..




Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.


Thanks


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

7 REPLIES 7

grzegorzch
Kilo Expert

Go to your table on navigator, then:


Right click on table header -->Configure-->   Table


Find your column 6 and change its "Display" property to true.



That should cause displaying it on list collector.


This is a table that is used globally across my company though. The global function needs to remain where column 1 is displayed. I was hoping there was a variable attribute that could be applied or a client script, just to this catalog item.


thank you. this worked!


Ankur Bawiskar
Tera Patron
Tera Patron

Hi Katelyn,



The column1 must be display true in the dictionary. If you want to allow user to select column6 then make it display as true in dictionary..




Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.


Thanks


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader