- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 02:42 AM
Hi,
i have created a field with type list collector,
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
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:02 AM
The complete attribute specification:
ref_ac_columns=user_name;employee_number,ref_auto_completer=AJAXTableCompleter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:02 AM
The complete attribute specification:
ref_ac_columns=user_name;employee_number,ref_auto_completer=AJAXTableCompleter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:52 AM
And you're welcome, of course 🙂