List collector variable without reference table

ArcRaj
Giga Contributor

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

1 ACCEPTED SOLUTION

Aman Singh_
Kilo Sage

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

View solution in original post

5 REPLIES 5

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.