How to hide slubshbucket record preview in a List Collector variable?

Johannes Mweli
Giga Guru

Hi ServiceNow Community Developers,

 

Would you guys please advise if there is a way to hide the preview info that appears below the list collector when one clicks on one of the values on the Available column of a list collector variable. Basically I would like to hide the slushbucket record preview of the currently highlighted value as shown in the attached screenshot and I was wondering if there is a way to do that. 

 

Kindly advise.

 

Thanks,

Johannes 

1 REPLY 1

Brad Bowman
Kilo Patron
Kilo Patron

Hi Johannes,

You can sort of do this.  You can change the column(s) displayed here by navigating to

https://<<instance-name>>.service-now.com/<<table-name>>_list.do?sysparm_view=sys_ref_list

Right-click the column header and choose Configure > List Layout just like any other list view.  It does look like you must have at least one column, and/or it will default to the Display column.

 

BradBowman_0-1715713886993.png

An alternative to this layout entirely is to use glide_list in the Variable attributes, which will show the lock icon like a List field.

 

BradBowman_1-1715714194647.png

BradBowman_3-1715714231648.png