- 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
10-22-2024 02:13 PM
I'm using this on a list collector:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;user_name;ref_ac_columns_search=true
Searching by name works, and it will display the user name next to the name. However, it will not allow me to search by user name. Help please.