The CreatorCon Call for Content is officially open! Get started here.

Unable to search with column values in reference field in service portal.

Akash68
Kilo Contributor

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

6 REPLIES 6

Ankita19
Tera Guru

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

Akash68
Kilo Contributor

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