Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to select Multi selection for Reference type in servicenow.

Ravi151
Kilo Contributor

 Hi all,
I am create one table. And trying to add the field like Multi selection for Reference type. But i did not get that type of filed. I am create the list for multi selection of Reference. But i need the url for that. So i need multiple selection for Reference filed. Is it possible or not. Please help some one for this.

9 REPLIES 9

Suseela Peddise
Kilo Sage

Hi,

You can use 'List collector' type for catalog item/record producer variable.

List collector variables are a great way (currently the only way) to allow a user to select multiple options from a referenced table in a single variable on a service catalog item. The list collector variable allows you to choose from one to many (potentially hundreds or more) selections.

And for 'List' type field on tables.

List is a reference field that accepts multiple references rather than just one.

 

If I have answered your question, please mark my response as correct and/or helpful.

Thanks,

Suseela P.

Hi Suseela,

Actually i am trying to Create custom application in that custom application we don't have list collector right so how can i achieve this in custom app.

Thank you,

Ravi 

Hi,

As I mentioned earlier, you can use 'List' type .

 

If I have answered your question, please mark my response as correct and/or helpful.

Thanks,

Suseela P.

Hi Suseela,

Actually I am getting the value in string format but i need with hyperlink, Once i click that value it should be navigate to that reference.

Thank you'

Ravi.