- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 10:51 PM
Hi,
Can I use this in List collector and what this will do.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email,ref_ac_columns_search=true
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 11:13 PM
Hi,
Yes you can use this in variable attributes in List collector.
Case 1. Without using variable attribute
If you do not use variable attributes then only display value of that record will be displayed.
Case 2 : with Variable attributes
If you use variable attribute then column name in bold text from variable attributes will also displayed
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email,ref_ac_columns_search=true
ref_ac_columns_search=true - this will allow to search with userid,username or email id in that field.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 11:13 PM
Hi,
Yes you can use this in variable attributes in List collector.
Case 1. Without using variable attribute
If you do not use variable attributes then only display value of that record will be displayed.
Case 2 : with Variable attributes
If you use variable attribute then column name in bold text from variable attributes will also displayed
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email,ref_ac_columns_search=true
ref_ac_columns_search=true - this will allow to search with userid,username or email id in that field.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 12:34 AM
Hi,
These are the variable attributes used in reference/list collector fields.
1) ref_ac_columns_search=true, ref_auto_completer=AJAXTableCompleter - this will allow the searching to happen mentioned as per the column/field names in reference/list collector field.
2) ref_ac_columns=column names separated by semicolon (;) — you have to add the column names here to search separated by the semi colon.
In your case, you have added user_name;email - it will allow users to search with email id field or user_name field.
Thanks!
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 01:54 AM
The properties and solution proposed here are working on the portal side, but it won't work on the desktop version of your item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 04:10 AM
Hello Lilian,
I've a requirement to populate values in List collector based on other field. Values are showing in Portal but not working on 'Desk top'. How to show values on desktop?
Thanks in advance