Display specific data in a list collector

Erin Mills
Tera Contributor

I am creating a catalog item with a List Collector.  The table I created for the list collector has one customized field I called "Description".  When I added this table to my list collector field, it adds the created date in the display and not the Description field that I want.  I modified the variable attributes to the following:

max_length=1000,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=u_description;ref_ac_order_by=u_description,ref_ac_display_value=true

but I'm still getting the created data on the view when you selecting information from the portal view.  I only want to see the second column.  Any suggestions

find_real_file.png

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

can you try to do this?

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_description,ref_ac_columns_search=true,ref_ac_order_by=u_description

ref_ac_display_value - is not listed in the Service Catalog variable attributes so it won't work; remove that

https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/service-catalog-managem...

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

can you try to do this?

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_description,ref_ac_columns_search=true,ref_ac_order_by=u_description

ref_ac_display_value - is not listed in the Service Catalog variable attributes so it won't work; remove that

https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/service-catalog-managem...

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Still returning the same display as before. 

Here is a screen shot of the table itself ... nothing seems out of the ordinary

 

find_real_file.png

 

And the form is very basic too

find_real_file.png

hello ankur ,

same place i struck can u help me to sort this out ,

only i need to populate asset tag only , but by using this line ,

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=asset_tag,ref_ac_columns_search=true,ref_ac_order_by=asst_tag

it showing display name as well 

regards ,

raju