- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 03:06 PM
Is there a field type in ServiceNow that allows for the selection of multiple choices at once?
I have a field called 'tasks', I would like the user to be able to select multiple tasks in the drop down menu. Is this possible?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 03:20 PM
Hi,
You can create a List field that will help you select multiple values or otherwise you will need to create multiple checkboxes.
List field can refer to another table and show the reference records just like the reference field but list field has the ability to choose multiple.
You can also specify static choices in the List field rather than referencing another table.
Regards,
Muhammad
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 05:05 AM
Is it now supported by now?
Is it possible to use the OOB table sys_choice for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 11:25 AM
Still not supported as far as I can tell. The choices appear in core UI, but not in Workspace, and you're not able to point the Reference table to sys_choice (without altering system properties).