Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

showing different field values in different column in reference type variable

Amit Dey1
Tera Contributor

Hi , I have created a reference type variable in a catalog form , I want to show a column value of the table in the the first column in reference list and another column value in the 2nd column in the reference list , how can I achieve this

1 ACCEPTED SOLUTION

Akshay37
Giga Guru

Hi Amit,

 

Use 

ref_ac_columns=email,ref_ac_columns_search=true,ref_ac_order_by=name,ref_auto_completer=AJAXTableCompleter

this syntax to show multiple columns in reference field , specify comma separated list of columns to "ref_ac_columns" this attribute in reference type specification of catalog item 

 

Akshay37_0-1683877956054.png

Please Mark it as correct/helpful if this helps you.

 

Thanks,

Akshay

 

View solution in original post

5 REPLIES 5

Hi @Amit Dey1 , I'd like to know how you solved this for changing the order of the columns?