- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 04:14 PM
I'm refactoring a catalog item to work in Service Portal...and am working with a List Collector type field. In the old CMS portal, when a choice in the left slush bucket is selected (but not double clicked), it is showing the text (see screen shot) displaying the group's Name and Description.
How can I achieve this same behavior on a List Collector field in Service Portal? thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 06:55 PM
You can add columns using ref_auto_completer, I am using on User field
ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=last_name;first_name;user_name;email,ref_ac_order_by=name,ref_ac_display_value=false
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 03:11 PM
Hi Ashish...seeing now that it IS possible to do this for a reference field too. Excellent! One more question then...is it possible to dot.walk in the variable attribute somehow?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2018 06:38 PM
Are you talking about modifying the data below the slushbuckets? If yes: https://www.servicenowguru.com/system-ui/customizing-slushbucket/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2018 11:56 AM
Hi Michael, thanks for that link, I'll check it out...do you know if will that work in Service Portal...where you don't have the left and right buckets for a list collector field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2018 12:01 PM
Honestly, not positive. Will have to try but thinking it will.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2018 12:04 PM
cool, I'll let you know. thanks again!