Unable to search with column values in reference field in service portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 02:08 AM
Hello All,
Unable to search with column values in reference field in service portal.
I have used ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;u_application_id in variable attributes. It searches with name but when i search with application id it does not show any record.
Thanks in Advance.
Akash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 04:03 AM
This is working for me try to modify according to ur requirement:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=number,ref_ac_columns_search=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 04:13 AM
Hello Ankita,
Used same as the one given. "u_application_id" column which i am trying to search is of decimal type field. ref_ac_columns=number,>> can you let know what is field type of number which you have used. Because for string type fields it works for me as well