How to add attribute "ref_ac_columns_search=true" for catalog item variable(sys_user reference).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2016 11:24 AM
How to add attribute "ref_ac_columns_search=true" for catalog item variable(sys_user reference).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2016 11:36 AM
Here is how you can search on email field of user by adding this line in the variable attributes.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_columns_search=true
This link will be helpful
Auto-Complete for Reference Fields - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2016 11:39 AM
This is not helpful for catalog item variables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2016 12:16 PM
It will work for all the reference fields no matter what.