Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Multiple Choice Field in a Form

Andy Al
Tera Expert

Hello, I'm a beginner and I'm looking for some help because I'm really stuck trying to solve a problem.

I need a field on a form to perform multiple selection. Basically something that functions like the Choice field type but with the possibility of choosing more than one option.

Furthermore, I need to create more than one of this kind of field and make them depedent on the others that come before.

Hope you can help me, thanks.

1 ACCEPTED SOLUTION

Andy Al
Tera Expert

Thanks to all for the suggestions.

I ended up creating an helper table to store the choices with the label field as the display value and used List type fields to reference records from this table, using the reference qualifier to create the dependencies.

View solution in original post

6 REPLIES 6

Andy Al
Tera Expert

Thanks to all for the suggestions.

I ended up creating an helper table to store the choices with the label field as the display value and used List type fields to reference records from this table, using the reference qualifier to create the dependencies.

Mohan Mallapu
Kilo Sage

@Andy Al 

You can create a list-type field, and once it's created, go to the field's dictionary entry and click the Advanced View related link. Under the "Choice List Specifications" tab, define your own choices in the "Choice" related list to enable multi-select functionality.

MohanMallapu_0-1761652550948.png

 

 

Please mark this answer as correct if it resolved your query.