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

Jahnavi_Ganta
Tera Contributor

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.

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

try searching using *

type *Don and see if you get result

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Anurag Tripathi
Mega Patron
Mega Patron

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

 

-Anurag