Notification to be send when incident was auto closed(not manually closed by user)

Yue
Kilo Contributor

Hi guys,

Can you help me with my requirement. I need to send a notification when incident was automatically closed by the system. How can I implement this? I cant find a condition in notification that will satisfy the condition. As much as possible, I want to utilize the OOB functionality. Thank you!

1 ACCEPTED SOLUTION

Hi @Yue ,

yes, I agree with you. I cannot see any alternatives with modifying OOTB code. As it should result in one additional line of code (firing an event) handling the skipped record at the next update should be easy.

Kind regards
Maik

If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.

View solution in original post

6 REPLIES 6

Yue
Kilo Contributor

I think I’ll utilize that BR and add event fire. I will add firing event inside the while loop. Its still a good practice right?

Hi @Yue ,

yes, I agree with you. I cannot see any alternatives with modifying OOTB code. As it should result in one additional line of code (firing an event) handling the skipped record at the next update should be easy.

Kind regards
Maik

If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.