ref_ac_columns not working for reference variable using a reference qualifier

kemmy1
Tera Guru

I have a record producer with a reference type variable.  It's using a reference qualifier: javascript: new x_g_dh5_common_dat.dfasCommonAjax().setDetentionFacilities(current.variables.action);

 

This all works, but when I add ref_ac_columns=facility_name;detloc;street;city;state;zip, I'm only still getting just the facility_name.

 

The script include is returning:

 return 'sys_idIN' + remDetList.join(',');
 
Is that why the ref_ac_columns variable attribute is not working?
 
Regards.
1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

Can you also add ref_auto_completer=AJAXTableCompleter,ref_ac_columns=facility_name;detloc;street;city;state;zip


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

5 REPLIES 5

SanjivMeher
Kilo Patron
Kilo Patron

Can you also add ref_auto_completer=AJAXTableCompleter,ref_ac_columns=facility_name;detloc;street;city;state;zip


Please mark this response as correct or helpful if it assisted you with your question.

swathisarang98
Giga Sage
Giga Sage

Hi @kemmy1 ,

 

Could you please try below,

 

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=facility_name;detloc;street;city;state;zip,ref_ac_columns_search=true

 

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

@kemmy1 Thanks for marking my answer as helpful. If it helped you in any way please accept the solution so that it will be beneficial to the future readers with the same query.

Regards,

Swathi Sarang

Stef Kopczyk
Tera Contributor

I had a similar question , and this worked for me !

Thank You .

 

Stef