Customize list collector

Kumar38
Kilo Sage

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

2 REPLIES 2

Musab Rasheed
Tera Sage
Tera Sage

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

https://www.servicenow.com/community/it-service-management-forum/list-collector-to-show-email-addres...

Please hit like and mark my response as correct if that helps
Regards,
Musab

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.