How to select multiple values in reference field at a time on form not in catalog item

Krishna92
ServiceNow Employee
ServiceNow Employee

Hi All,

 

Greetings of the day!!

I have field over my form. That is a reference field and filed type is list.Now the requirement is user should be able to select multiple values over that field at a time. Please suggest me some better ways to implement it.

7 REPLIES 7

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Krishna,

You can only select one value in a reference field. To select multiple values go with list collector variable type for a catalog item OR List type field for normal forms.

https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/use/using-lists/reference/r_...

Hi Pradeep,

Thanks for your Response

The SN Nerd
Giga Sage
Giga Sage

Possible options would be

  • List field (cons - hard to report on)
  • Related List & Reference field (one to many)
  • Relationship (Many to Many)

ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

Hi Paul Morris,

Thank you so much for your response

Regards
Krishna