Customize list collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 09:11 PM - edited 12-05-2022 09:13 PM
I have a list collector and would like to make the following changes.
1. Increase length of information displayed under list collector , when a element is selected in list collector ?
I added a string value to the information that is showed below , when a element is selected in list collector . But the value in this field is too long and is not displayed completely . How can this be resolved ?
2. Search values in list collector by additional info , in addition to name ?
Tried this and is not working - ref_ac_columns=u_name;u_description,no_filter
Update : Found this and it says its not possible .
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0748319

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 10:13 PM
Hello,
For point 1 you have to settle with glide_list attribute and see if that solves this issue, other than that I don't think anything else can be done.
For point 2 you can do this , see following
https://www.servicenow.com/community/developer-forum/list-collector-variable-attributes/m-p/1633734
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 02:12 AM
For 2 , I tired , this, but when I search , I still see only name
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_name;u_description,no_filter,ref_ac_columns_search=true.