Service Catalog : how to display the Street, zip code, mobile number in the location variable displa

vasant Cool
Mega Guru

Service Catalog : 

I reference the location table and the Name attribute is displaying in the drop down. (screen shot below)

Requirement :: When user click on the Location field the drop down should display the Street, Country, ZIp Code etc.. How to Achieve this ?

 

vasantCool_0-1682585761001.png

 

1 ACCEPTED SOLUTION

@vasant Cool 

I did something similar to reference variable to CI table

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=category;serial_number,ref_ac_columns_search=true,ref_ac_order_by=name

Variable attributes sections

AnkurBawiskar_0-1682587009778.png

 

Output: I have added category and serial_number as extra fields to be shown along with name

AnkurBawiskar_1-1682587009782.png

 

 

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

vasant Cool
Mega Guru

@Ankur Bawiskar   - Awesome. It helped thanks !