How can we allow end users to access question_choice records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019 02:24 PM
We are trying to use variable with type list collector and reference it to the question_choice table so we can manually define the choices of the variable without having to create a custom table (which is overkill for a few custom choices we need).
The list collector choices is actually working now but only for the catalog_admin and admin. Other users without those roles can't access it and sees nothing. We checked ACL for question_choice and below is the ACL configured. ANy ideas on how we can allow our end users to access the choices from question_choice table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2021 11:12 PM
Hello Its working when I add public role the question_choices and choice are now visible to all.
But what will the impact of this on dictionary entries on same table? and also will it be consuming license subscription?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2021 12:49 AM
Hey,
Not sure about the license part. But it is a bad idea to expose the question choices table to all the users. Think about it.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2021 03:38 AM
Then what is the best way to achieve below requirement.
The requirement is Select Box variable with multiple select option.
Like select box drop down variable with option A,B,C,D and user must be able to select multiple options like A,B,C or A,B,C,D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2021 03:49 AM
You can create a custom table and use the list collector variable. If you client doesn't have a problem with custom table.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019 05:33 PM
If you are on any version from London, you will also need to ensure no roles are specified in the Permissions section of that variable.
Leave the Script component of the ACL is as, otherwise it will break the permissions feature.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
