- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:31 PM
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:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:37 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:37 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 03:38 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 06:05 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 10:48 PM
I had a similar question , and this worked for me !
Thank You .
Stef