Hiding options in a list collector

Red
Giga Expert

How can you hide certain options in a list collector depending on the "read" setting for a variable?

1 ACCEPTED SOLUTION

Red
Giga Expert

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.

View solution in original post

11 REPLIES 11

BALAJI40
Mega Sage

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?

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?

Hi,

Do we have a read role field on the question_choice table?

none - the lead role will come from another table. so what i see here is using a script?