Reference Qualifier Question Choice values not visible to business user

Daemyian
Tera Expert

Hi All, Looking to get some support on this issue. I created a question choice field to allow users to multi-select values for field. See below for the reference qualifier I'm using to reference the question choice table. I tested as Admin and it works fine, but non-admin business users reported not being able to select value. Any idea, please advise. Thanks in advance.

Reference Qualifier Issue.JPG

 

 

6 REPLIES 6

Brian Lancaster
Tera Sage

This is an ACL issue. Users would not have read access to the question_choice table. You could add a Read ACL to the table but a better option would be to create you own table to hold the options. Then point your list collector to that.

Community Alums
Not applicable

We have the same issue. If the data type of the question is Select box, the options are visible, it's only when we change the type to List collector that the options are now not visible. So ACLs seem an unlikely culprit.

Daemyian
Tera Expert

Thanks for the reply. We located the table where item was hidden. 

Rushi Savarkar
Kilo Sage

Hello @Daemyian 

The Question_Choice table is an OOB table, and business users don't have access to this table. 

Create a custom role.

Create a read ACL on the question_choice table

Add the custom role in the above ACL.

 

You will be able to see the choices in the variable

If my response helped you, please accept the solution and mark it as helpful.
Thank You!