We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Customer Watch List entries automatically added to the "To" line in Major incident workbench

SS1510
Tera Expert

Hello,
When we click compose in Major incident workbench , in 'To' - incident added to customer watch list should be added automatically .
Does anyone has any way to achieve this?

 

SS1510_0-1770702012902.png

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@SS1510 

is it using some email client template?

if yes there you can populate the To with watch list users

share some screenshpts

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@SS1510 

is it using some email client template?

if yes there you can populate the To with watch list users

share some screenshpts

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Rohit Ladda
Tera Contributor

Create Email Client Template on Incident Alert Task Table.


In Recipients section for To/CC/BCC add a JavaScript (script include) call to fetch watchlist for concerned Incident.

 

Sample - javascript: new global.major_incident_alert().getEmailbcc(current.incident_alert.source_incident);

 

In that script include simple fetch watchlist of that INC and return.