- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 05:20 AM
Hi !
Please someone can help me to hide the list of my different choices in the List Collector variable out of the RITM if possible
The illustration is below
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:01 AM
Hello @Jeff W NZAO B
for that List collector variable put variable attribute as glide_list
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:01 AM
Hello @Jeff W NZAO B
for that List collector variable put variable attribute as glide_list
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:18 AM
Hi @Jeff W NZAO B ,
To hide information which is available below the list collector please refer below article.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0780875
The resolution is to define a 'sys_ref_list' for that table. This can be done by following these steps:
- Navigate to https://instancename.service-now.com/affected_table_list.do?sysparm_view=sys_ref_list
- Use the List Controls to select Configure > List Layout and select the desired fields, then save.
That is all it takes to define/customize the 'sys_ref_list' view. Please note this may already exist for your table; this view is used to display columns whenever a reference look-up is invoked via a reference form field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:26 AM
Please try this- navigate to the list table, open related records, and remove unwanted list elements.
Thank You!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru