How to hide slubshbucket record preview in a List Collector variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 10:50 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 12:17 PM
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.
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.