- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2018 10:32 AM
For example when I start typing in a reference field for a sys_user like a record producer I created it shows the user and the email.
The example pic below is from SN documentation showing the name and the department in the dropdown.
How do I do the same on a reference field I have for disposition codes and resolution codes?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2018 10:35 AM
You can add something like below to the attribute of the field
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=field1;field2,ref_ac_columns_search=true
refernce: https://docs.servicenow.com/bundle/london-platform-administration/page/administer/field-administrati...
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2018 12:34 PM
Thank you for your time. This was helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 05:37 AM
How do I get two columns to display in a reference dropdown for interactive filter on dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 09:21 PM
Hi, how to display display department name (IT) instead of Name on the portal form, if I select the value from the drop down.