- 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
‎06-05-2025 05:22 AM
This is the complete line I put in the attribute advanced view, t includes that part:
ref_ac_columns=last_name,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true