- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 04:13 AM
I have a list collector variable in a catalog item which refers to sys_user table.
In service portal i am able to see and search only with Name of the user but I want email of the user aswell along with name.
In variable attributes i gave : ref_ac_columns=name;email
It is showing both name and email but I am not able to search with email. I want both visibility and search for name and email.
Please help.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 04:25 AM
Hi,
Try this in your variable attributes
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true
Mark as correct or helpful as applicable.
Regards,
Sumanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 04:24 AM
Hi,
Try adding below to variable attribute.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=user_name;company;email
Regards
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 04:25 AM
Hi,
Try this in your variable attributes
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true
Mark as correct or helpful as applicable.
Regards,
Sumanth