Record Producer Multiple Choice with Multiple Selection

Sam Ogden
Tera Guru

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:

find_real_file.png

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

1 ACCEPTED SOLUTION

Aakash Shah4
Tera Guru

Create a checkbox type field



Check thjs link for different types of variables


Variable Types - ServiceNow Wiki


View solution in original post

6 REPLIES 6

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"

TR5
Tera Contributor

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