- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:37 AM
In servicenow in the incident form there is a assigned_to field but when we search caller we can only search by his first name like "amal murali" we can search him by amal then the amal first name people is showing but i want to serach by the last name too.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:52 AM
you can add this in dictionary attributes
ref_ac_columns=last_name,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true
Auto-complete for reference fields
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:39 AM
If you use an asterisk (*), it will find users with that in either part of their name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:52 AM
you can add this in dictionary attributes
ref_ac_columns=last_name,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true
Auto-complete for reference fields
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 07:32 AM
HI @Ankur Bawiskar
Its working on one instance but its not working for the another instance what should i do?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 05:00 AM
I added that attribute to the dictionary and still now working
Followed these instructions and added that line:
- Navigate to a list of the target table, such as All > User Administration > Users.
- Perform the appropriate action for your list version.Version Action
List v2 Right-click the column header and click Configure > Dictionary. List v3 Open the list title menu and click Configure, and then click Dictionary. - Select the row that does not list a column name.This row is typically the first row in the list. For example, select the first sys_user link.
- Under Related Links, click Advanced view.
- In the Attributes field, enter a comma-separated list of auto-complete attributes you want to apply to all fields in the table.For example, to display the user's department with all references to the sys_user table, enter:Explain this code
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=department,ref_ac_order_by=department
Copy - Click Update.
However when I typed in a last name, got a invalid reference instead

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 05:08 AM
It looks like you missed this attribute:
ref_ac_columns_search=true