Multiple Choice/ Multiple selection field

JJG
Kilo Guru

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?

 

find_real_file.png

1 ACCEPTED SOLUTION

MrMuhammad
Giga Sage

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.

find_real_file.png 

Regards,

Muhammad

Regards,
Muhammad

View solution in original post

6 REPLIES 6

aklepic
Tera Contributor

Is it now supported by now?
Is it possible to use the OOB table sys_choice for this?

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).