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.

Multi-Column Display in Catalog Dropdown Without Using Reference Field or Table

HarikaG62433194
Tera Contributor

I am working on a ServiceNow catalog item where I need to display a dropdown field with multi-column values (e.g., Name, Role, Location) 

  • I don't want to use a reference field.
  • I don’t have the values stored in any table, nor do I want to create a new table just for this.
  • The values are static and known ahead of time

A dropdown that shows something like:

John Doe | Developer | Hyderabad
Jane Smith | Analyst | Pune

 

Any suggestions, code snippets, or pointers to existing community posts or documentation would be greatly appreciated!


Thanks in advance!

 

1 ACCEPTED SOLUTION

If you don't want the data to be in a custom table, then I don't know of any way to get a selection to show different columns as you described.

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

@HarikaG62433194 

I agree with what @JenniferRah mentioned.

That would server your purpose of displaying the data as per customer's requirement.

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

I don't want it to display as single text it should be display as different columns
any alternative approach please suggest 

If you don't want the data to be in a custom table, then I don't know of any way to get a selection to show different columns as you described.