- 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
‎05-23-2021 05:36 PM
I don't think you can make a list collector with no reference table. You could make a new table with just those 10 to 15 choices, that way you don't have to change any existing ACLs.

- 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
‎05-25-2021 08:10 AM
I just wanted to check-in on this and see if my reply above helped and guide you Correctly.
If so, then make sure to close the thread by marking appropriate response as correct only if your query is answered, so that the future readers can be benefited.
Thanks,
Aman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2021 01:16 PM
Yes,I've done this using the steps here: https://www.covestic.com/blog/servicenow-tips-making-list-collectors-useful/