- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2023 05:27 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 06:44 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 01:07 AM
@Andy Al check this article if it helps https://www.servicenow.com/community/developer-forum/multiple-choice-multiple-selection-field/m-p/16...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 01:23 AM
I tried the solution above but I endend up creating an helper table to store the choices with the label field as display value and using a list field with a reference qualifier to create the dependencies.
For now it looks fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 02:46 AM
Hi
You can create a List field that will help you select multiple values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 06:38 AM
Hi @Andy Al ,
Utilize a List field to enable the selection of multiple values, or alternatively, resort to the creation of multiple checkboxes.
A List field is capable of referencing another table and displaying reference records akin to a reference field. However, the List field distinguishes itself by offering the flexibility to make multiple selections.
Thanks,
Anand