- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 04:03 PM
Hi Everyone,
Working with a catalog Item. I am trying to use a reference variable to the user table but everytime I type something it always mataches on email ,first name or last name. I am trying to to make the userid autocomplete as well.
I've tried using "ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name" in the Variable attributes with no luck. Also tried Lookup select box but has a limit of 10k records.
Thanks you in advance.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 05:00 AM
Hi,
you should add this as well to allow searching
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name,ref_ac_columns_search=true
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 05:26 AM
Glad to help.
Please mark response helpful as well.
Regards
Ankur
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-17-2025 01:32 PM - edited ‎06-17-2025 01:33 PM
ive configured the same, but when testing as a public user (not logged in), the search only works on the display field, not all fields in ref_ac_column. Is this a known limitation, or have i configured incorrectly?
ref_ac_columns_search=true,ref_ac_columns=name;identification_number,ref_auto_completer=AJAXTableCompleter