- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 02:35 AM
Hi All,
I want to add a multiple choice field to a record producer which allows the user to select more than one option from the list.
I've added the multiple choice field type to the record producer, but this only seems to allow one option from the list to be selected:
I would like it so any number of the options could be selected e.g. 1 or or all 8 and any other combination
We are currently working in Helsinki Patch 11
Any suggestions are greatly appreciated
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 02:42 AM
Create a checkbox type field
Check thjs link for different types of variables
Variable Types - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 05:13 AM
One word of caution using this - the end user needs read rights to the table to see the variables. In this case, the end user would need read visibility of question_choice for those variables.
So when using this, be aware you will probably need to write some additional ACLs on question_choice, and you would ideally want to restrict them to certain "question choices"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2023 05:27 AM
Hello @xiaix
I have followed your described method but, the choices I want to update are no longer visible on Question form.. can you guide me from where i can get access to my choices?
All the suggestion will be appreciated thanks to @servicenowCommunity