Auto complete for List collectors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 12:36 AM
I am looking for a solution here, my requirement is to search a record in a list collector by the record name or by the business unit which it belongs to.
I tried using - 'ref_ac_columns=u_name;u_businessunitid,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter' but I am not able to search record even after using ref_ac_columns for the fields it is not working.
I was wondering why this is not working......will the above auto-complete attributes not work for integer type .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 12:45 AM - edited ‎12-04-2024 12:45 AM
Hi Taaha,
This does look correct, Can you please share the screenshot of your attributes in the dictionary table?
Are you using a List Collector in a Form or a Catalog Item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 12:48 AM
I am using List Collector in Catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 01:35 AM
Hi @Taaha M ,
Paste in variable attributes: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_name;u_businessunitid,ref_ac_columns_search=true
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand