There is a Variable called supplier on a catalog form which references core table for selecting Alternate name which has values with delimited and commas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 01:38 AM
There is a Variable called supplier on a catalog form which references core table for selecting Alternate name which has values with delimited and commas.for example:- Mos, Don
when i search with the 1st value Mos I am getting related record but when i am seraching with Don I am not getting realted records.
what changes can i do regarding this in variable attribute.
Thankyou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 01:51 AM
Hi,
try searching using *
type *Don and see if you get result
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
‎02-15-2022 01:52 AM
Hi,
This page has all the attributes you need
Auto-complete for reference fields | ServiceNow Docs
You have to use
ref_auto_completer and add colums as well , eg below:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=department,ref_ac_order_by=department
-Anurag