How to show name and short description of a group selected in a list type collector field?

patricklatella
Mega Sage

find_real_file.png

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!

1 ACCEPTED SOLUTION

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

View solution in original post

14 REPLIES 14

Hi Ashish, is that with the script from my last post?

Yes , earlier i used sys_user table. after you post i changed the table and copy past your filter.


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

OK, thanks...must be something blocking it from working...any ideas what could be blocking it?

Hi Ashish,

this did work actually...Thanks!

Hi again Ashish...one more question, is this same ability to show multiple columns also possible for a reference field?