Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Multiple user with same name in select box. How to differentiate

kennetholesco
Mega Expert

Hi All,

 

How do you usually differentiate users in a select box like below? Users are having trouble selecting the correct name

 

find_real_file.png

 

thanks!

1 ACCEPTED SOLUTION

kennetholesco
Mega Expert

Hi All,

 

I tried this and it worked

 

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_order_by=name

 

Thanks for your help!

View solution in original post

7 REPLIES 7

Try this
ref_auto_completer
=AJAXTableCompleter,ref_ac_columns=user_name.email

Please mark my response as correct and helpful if it helped solved your question.
-Thanks

Hi Prateek,

 

Doesn't work too. And it also removed the email for ITIL view.

kennetholesco
Mega Expert

Hi All,

 

I tried this and it worked

 

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_order_by=name

 

Thanks for your help!