list collector options are not visible to end users.

Suchi_J
Tera Contributor

 I am trying to create a service catalog in which I have created list collector variable options which are not visible to end users, so is there any  other variable  option is available to select multiple options in service catalog.

 

3 REPLIES 3

Anirudh Pathak
Mega Sage

Hi @Suchi_J ,

Check the Read ACL for the table which is referred in the list collector. 

Navigate to System Security > Access Control (ACL).

Search for your table name and check the read ACLs for that table.

The users must have the read access in order to get the access to the list collector choices.

 

 

Dnyaneshwaree
Mega Sage

Hello @Suchi_J, Please refer below solution if we are facing similar issue:

The cause for the users not seeing the options are related to an access issue for variable "XYZ". For this variable it is using question_choice options for list collector type variable and we have checked related table question_choice.

There are  read ACL's are present but it needs confirmations to edit so instead of this we have used below solution and it works for me:

We have updated reference choice table for variable "Exclusion Selection of Device or Operating System or Application:" to sys_choice instead of question_choice table and it is visible to all users.

Please refer below images:

List collector variable:

Dnyaneshwaree_0-1710246734107.png

Sys_choice table records:

Dnyaneshwaree_1-1710246838636.png

 

Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!

Dnyaneshwaree Satpute
Tera Guru

"There are  read ACL's are present but it needs confirmations to edit" Could you please explain what confirmation means?.

Is it not possible to create a new ACL for using question_choice table only?