issue while using glide_list attribute for list collector in record producer

kalyani23
Tera Contributor

Hi,

i have created a field with type list collector,

find_real_file.png

even after using glide_list attribute, its still showing the same  in record producer form, can someone help on this.

And also my requirement is search by user id, name should populate,how to achieve this.

regards,

Kalyani

1 ACCEPTED SOLUTION

-O-
Kilo Patron
Kilo Patron

The complete attribute specification:

ref_ac_columns=user_name;employee_number,ref_auto_completer=AJAXTableCompleter

View solution in original post

10 REPLIES 10

Dis you also define attribute ref_auto_completer?

E.g:

ref_auto_completer=AJAXTableCompleter

The latter enables showing the additional field mentioned in attribute ref_ac_columns.

See details in Service catalog variable attributes.

-O-
Kilo Patron
Kilo Patron

The complete attribute specification:

ref_ac_columns=user_name;employee_number,ref_auto_completer=AJAXTableCompleter

kalyani23
Tera Contributor

Thanks, it showing name along with id , when i search by name, this will be helpful ithink.

But if i search by id, its not showing any matches, will searching by id work, instead of name

Unfortunately there is not equivalent to ref_ac_columns_search=true in Catalog Item/Portal. A workaround could be for users to employ * search. It is not ideal, but it does enable searching all columns, not just the 1st one.

And you're welcome, of course 🙂