- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2019 11:40 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2019 10:44 PM
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
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2019 10:44 PM
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
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2019 04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2021 07:41 AM
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