- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2017 05:03 PM
Hi everyone,
Just as a bit of heads up, I am new Service Now management and am just struggling to navigate through some things. One of the things I am trying to figure out is that our Caller field in the incident module can be searched via username or first name. I am just trying to figure out where I can play around with those settings. I am using a link pasted below as a reference for changes I can make. My end goal is to get last names searchable as well in the Auto Completer but I want to see what else I can do for fun. Can anyone tell me where I am supposed to go or provide me with the service now wiki that tells me where to go.
Thanks!
Auto-Complete for Reference Fields - ServiceNow Wiki
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2017 06:57 PM
Michael,
I think you're close - the only thing you need to do to a reference field to have it search multiple columns is to set the field's attributes like this:
- ref_auto_completer = AJAXTableCompleter
- ref_ac_columns = first_name,last_name
- (optional) ref_ac_columns_search = true (enables searching on the columns defined in #2).
These are articles which tell you everything you need to replicate the example I show below.
- Configure auto-complete to match text from any reference field
- Dictionary attributes for auto-completion of reference fields
Here's an example of how I configured a hardware reference on Incident to search multiple columns, and how it's configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2017 08:10 PM
Thank you so much!
I was misunderstanding what I needed to do with AJAXTableCompleter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2017 06:39 PM
Hi guys,
Is there a way to replicate this to display on the Service Portal?
I am currently only displaying the full name fields on the portal in my reference field, and would love to be able to display the "email" field also (see screenshot below)
It would then show Ed Hefford Ed@......com.au
Thanks
Ed