Autocompleter

Xhare
Tera Contributor

Hi Team,

 

I used auto completer to display the name and account number.

Xhare_0-1705432105296.png

 

 Is there a way to display both the name and account number once selected?

Xhare_1-1705432176222.png

 

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

You mean in same variable?

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Yes, display the name and account number in same field.

hI @Xhare 

 

yes, but not single field, You need to combined this like we have Name field in User table ( First + Last name) and then show else no way. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

DrewW
Mega Sage
Mega Sage

The only way to do that is to create a new field on the table the reference field points at and then use that field to combine the name and account number.  Then set the new field as the display field.  But this will cause all reference fields that point at the table to display the name and account number.