Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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!