Display email along with name on ServiceNow Popup

AmanPratapS7233
Tera Expert

Hi All,

 

When I try to search for a user, it shows only names and this creates an issue if we have users with same names. 

To resolve this, I want to use emails along with names as emails are unique. 

 

Can you guide me on how to achieve this ?

 

Thanks

d88d71cc-e8e1-435c-beea-895cecb9ab38.png

AmanPratapS7233_0-1782803927611.png

 

11 REPLIES 11

Hi @AmanPratapS7233 

 

 

  • Navigate to an Incident form.
  • Right-click the Caller field label and select Configure Dictionary.
  • In the Attributes field, copy and paste the following string exactly:
    ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_columns_search=true

 

You can see, with name email is also showing.

 

 

 

TanushreeMaiti_0-1782807759464.png

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

@Tanushree Maiti  - I want this solution for worknotes and comments field. Tried your approach but, it is not working

Hi @AmanPratapS7233 

 

Same solution will not work for comment and worknotes, those are journal field.

 

Are you looking for same lookup in ' @' mention feature?

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

Yes, I want for "'@'" feature

Did you check for solution from thread.