- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2021 06:12 AM
How can you hide certain options in a list collector depending on the "read" setting for a variable?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2021 03:26 PM
I was able to do this using onChange of the field that will be used to do a query on what to show in the list collector field.
It's a bit of a process but it's the solution to my requirement.
But thanks to all those who responded to my post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2021 06:15 AM
Hi,
Use reference qualifiers to limit the data in a list or reference variables.
Reference qualifiers | ServiceNow Docs
May I know what exactly your requirement is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2021 06:19 AM
I have a set of options in the list collector (within the question choice table). The options that will appear will depend on the read role of that variable. How can I achieve that using the reference qualifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2021 06:29 AM
Hi,
Do we have a read role field on the question_choice table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2021 02:20 AM
none - the lead role will come from another table. so what i see here is using a script?