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

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

jsanjuan
ServiceNow Employee
ServiceNow Employee

Note that this is not yet supported in Workspaces as of Utah.  Any choices seen in the platform will not be visible on the workspace

User511754_0-1695529410864.png

User511754_1-1695529427822.png

 

You need to create a new Table with your choices to be able to select them in the Workspace.

It this supported now in the Xanadu release for Workspaces?