Is it possible for the Email client to remember and display some of the last email addresses used.

jonathangilbert
Kilo Sage

Morning all

 

Does anyone know if it is possible when compiling an email using the email client when entering an email address into the "To field", servicenow can display recently used email addresses to select from, rather than having to type in the full email address again? 

 

 

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

Hi @jonathangilbert OOB no way, but you can do some customization after email is sent you can write a script which glides sys_email table based on some unique identifier like subject and you can copy the user and store them by creating a field on incident table(assuming your email client is on inc table) and call that field in To address to auto populate.

 

Regards
Harish

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @jonathangilbert 

 

I think no way to do this, if it is form then OOTB it work but its like a client. still lets hear from

 

@Harish KM @Sohail Khilji 

*************************************************************************************************************
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]

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

Sohail Khilji
Kilo Patron
Kilo Patron

Harish KM
Kilo Patron
Kilo Patron

Hi @jonathangilbert OOB no way, but you can do some customization after email is sent you can write a script which glides sys_email table based on some unique identifier like subject and you can copy the user and store them by creating a field on incident table(assuming your email client is on inc table) and call that field in To address to auto populate.

 

Regards
Harish

Hi all, just as I thought it is a client thing. Currently it does show the last 10 users but they must be users taht are within ServiceNow, the issue is to display email addresses outside of our instance