- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I agree with what @JenniferRah mentioned.
That would server your purpose of displaying the data as per customer's requirement.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I don't want it to display as single text it should be display as different columns
any alternative approach please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
