- 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-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-28-2018 11:04 PM
If it worked kindly mark my response correct
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:33 PM
Thanks for you help. This was helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2018 10:37 AM
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=department;id,ref_ac_columns_search=true