Send email for Overdue communication in Major Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi Team,
I have requirement whenever communication email overdue then need to auto trigger one email in major incident work bench how to achieve this requirement
if anyone known please provide solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @siva44
To whom do you want to send this email? To the user? If yes, then it’s not a valid use case. The reason is that this is a Major Incident (MI), and in an MI every update is significant and impacts the user. So, don’t rely on the system to send the email—it’s the MI representative’s responsibility to track and send updates.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Actually i need to send overdue email to MIM group is there any way identifying that communication is overdue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @siva44
Here are my thoughts: Whenever any Major Incident (MI) is created, the communication task gets created here: comm_task_definition
like this
Then you can create a flow to check if any Major Incident (MI) is active and updated beyond its duration, or check if the due date field is in place, and build the logic to send the email. You can start with these details
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]
****************************************************************************************************************