How to hide the list collector options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 12:03 AM
Hi All,
I am working on the service catalog where there is a field let say 'Test1(choices are full license and team license)' which is choice field and another field is Roles which is list collector field and referencing to the question_choice table.
What my requiement is if user selects team license option of Test1 field then in Roles field which is list collector i wanted to hide few of roles.
Please help me on this
Thanks,
Atik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 12:13 AM
Hi @Atik ,
In list collector field u need to write under advanced reference qualifier
field_name = current.variables.test1 // pls modify the variable values as per your need.
This should filter out the data for you.
Thanks,
Danish