How to search user on the basis of last name in reference catalog variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 12:02 AM
Reference catalog variable on user table is searching user on the basis of location - variable attribute = ref_auto_completer=AJAXTableCompleter,ref_ac_columns=manager;location
Can we make search work with last name. Right now when i am searching user with last name smith, it gives me result as all user in location smithton. How to make it searchable on last name smith?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 12:06 AM
you can add attribute in variable definition to search with last name also.
Please look at: https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/field-administrat...
give last_name as value for attribute ref_ac_columns.
Thanks,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 12:08 AM
Replace email with last_name in solution mentioned in above thread
Thank you,
Ali