Check boxes to make multiple selections

Bargavi
Mega Expert

can we include a check box field for selecting multiple values in record producer? what should be the variable type in record producer and field type in form?

15 REPLIES 15

Brad Tilton
ServiceNow Employee
ServiceNow Employee

For the list collector you would have to create a table and add the values to it. I think your better off using checkbox variables. If you want 4 checkboxes you'll need to use 4 different checkbox variables.


If I create four checkboxes Will I be able to group four different check boxes under same label.? Will I be able to make multiple selections?



Bargavi


deepakgarg
ServiceNow Employee
ServiceNow Employee

Yes, you just need to make sure, all the checkbox variables are sequential in order. They will be grouped. You can also provide a label for the group then.


Something like this:


Screen Shot 2016-10-04 at 9.40.16 PM.png



Screen Shot 2016-10-04 at 9.40.42 PM.png


Thanks Deepak. Can you also confirm the field type in form. should it be list?



Regards,


Bindu


deepakgarg
ServiceNow Employee
ServiceNow Employee

The field type corresponding to checkbox variable is 'True/False'(Boolean) on form.