- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2021 03:06 PM
Hi team,
My requirement is that to have 10 to 15choices where I should allow the users to select multiple values
However I want to achieve this without a reference table,because we have role based ACL on question_choice table which is restricting the users.and I dont want the change the ACL
Please suggest
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2021 10:49 PM
Hi,
As Zach stated create a custom table for storing the choices and reference that table in your list collector.
Make sure to edit the read ACl of your custom table so that the data is visible to all the users!!
Mark ✅ Correct/helpful, if applicable, Thanks!!
Aman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2022 11:11 PM
Thanks Monicask,
It worked.
To find the question sys_id --> Go to question_choice.LIST --> Sort by Updated --> Select the question from Question column --> Copy sys_id
OR
Simply copy the sys_id of the Variable where you changed the Type to List Collector.