Type Specification Variable Attribute question

Community Alums
Not applicable

Hi,

I have to put two variables name, manufacturer in the reference variable while searching for it. I tried it, but it looks like it didn't work. Kindly help.

 

 
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_name,ref_ac_columns_search=true

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name,manufacturer,ref_ac_columns_search=true

 

Regards

Suman P.

 

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

Hi @Community Alums,

 

You need to separate your fields with ;

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;manufacturer,ref_ac_columns_search=true

Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

1 REPLY 1

Peter Bodelier
Giga Sage

Hi @Community Alums,

 

You need to separate your fields with ;

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;manufacturer,ref_ac_columns_search=true

Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.