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.

About lookup multiple choice variable

Yzy
Giga Contributor

I want to display the choice of 'apply_address_old' column at catalog item. Just like this example. How can I do it?

find_real_file.png

 

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

This is how i have tested. 

 

Quick Demo

 

find_real_file.png

 

 

View solution in original post

13 REPLIES 13

try this way,

select table as "sys_choice" and then select "Lookup value field" as "Label" and "Lookup label field(s)" as value.

Apply reference qualifier like below in your lookup multiple choice as. 

javascript:'element=apply_address_old'

find_real_file.png

find_real_file.png

find_real_file.png

It's not work.Should I change field type in table or do other change?

 

This is how i have tested. 

 

Quick Demo

 

find_real_file.png

 

 

Thank you. It's work. 

I have a new question.

Just like your example. If I wan to set 'A' can't be choice,but 'A' also display. How can I do it?

You mean, you want to remove A from choice ? if yes then you can apply in reference qualifier.