
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2019 12:24 AM
Hello Team,
I have a reference field on a catalog form pointing to table cmdb_ci_computer table. which searches the name field i want to make it able to search based on other column like serial_number values as well.
how to achieve this?
Thanks,
Riya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2019 12:31 AM
I was able to find solution for this question. added attribute to the variable as below Thanks.
all_tables.text_index_translations=true,ref_ac_columns_search=true,ref_ac_order_by=name,ref_ac_columns=serial_number,ref_auto_completer=AJAXTableCompleter

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2019 12:31 AM
I was able to find solution for this question. added attribute to the variable as below Thanks.
all_tables.text_index_translations=true,ref_ac_columns_search=true,ref_ac_order_by=name,ref_ac_columns=serial_number,ref_auto_completer=AJAXTableCompleter