list collector options are not visible to end users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 01:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 05:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 05:34 AM - edited 03-12-2024 05:35 AM
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:
Sys_choice table records:
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 04:32 AM
"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?