Is it possible to have multiple column display in a reference field at record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 03:32 AM
Hi,
I have an ask from business to display name and id from user table on the record producer form, when the end user searches for a user.
Eg : Ben Stokes (abcd1234) should be shown if the end user does a user search based on id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 03:40 AM
Hello @Subramanyam V ,
Yes it is possible to show diiferent columsn use the bwlow code in variable attributes:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;id,ref_ac_columns_search=true,ref_ac_order_by=name
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2023 11:31 PM
Hello @Subramanyam V ,
Did you got a chance to check the solution provided by me?
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 03:43 AM
I think this will be the best solution
Display multiple column values in Reference variab... - ServiceNow Community