I need to create a BR or Work flow

MoeG82
Tera Contributor

I need to be able to send out emails to the assigned user from the incident table. The assignment group is anything BUT Service Desk and there has been no updated activity to the ticket in 3 days. This will serve as a reminder for them but I am unsure on the script and I have been hearing different ways to accomplish this. Some say a work flow, some says a BR or scheduled job. Any suggestion will do. Thanks

1 ACCEPTED SOLUTION

So you'll need to do two things before the flow if you don't already have these. You'll need to register an Event, then create/set your notification to trigger from your Event. Your overall flow would look like this

ZachKoch_0-1723207907147.png

Your trigger you set to daily and set to whatever time you want it to run

ZachKoch_1-1723207942547.png

You would look up all records with these conditions

ZachKoch_2-1723207995630.png

If you find records

ZachKoch_3-1723208018942.png

Then for each record found

ZachKoch_4-1723208045335.png

Fire your event which will trigger your notification for each record

ZachKoch_5-1723208076768.png

Keep in mind, if you are using Washington or Xanadu, the Fire Event action is out of the box. If you are on anything before Washington, you'll need to create a custom action to fire the event. Please let me know if you have any more questions. This solution requires no coding (unless you have to build the custom action, in which case it takes 1-2 lines of code)

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

View solution in original post

9 REPLIES 9

Zach Koch
Giga Sage
Giga Sage

The easiest way to accomplish this would be through Flow designer. You could do this with through a scheduled flow, and it would only take roughly 3-4 steps. If you need help setting it up I can mock something up.

 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

MoeG82
Tera Contributor

Thank you, and your help in setting this up would be greatly appreciated.

So you'll need to do two things before the flow if you don't already have these. You'll need to register an Event, then create/set your notification to trigger from your Event. Your overall flow would look like this

ZachKoch_0-1723207907147.png

Your trigger you set to daily and set to whatever time you want it to run

ZachKoch_1-1723207942547.png

You would look up all records with these conditions

ZachKoch_2-1723207995630.png

If you find records

ZachKoch_3-1723208018942.png

Then for each record found

ZachKoch_4-1723208045335.png

Fire your event which will trigger your notification for each record

ZachKoch_5-1723208076768.png

Keep in mind, if you are using Washington or Xanadu, the Fire Event action is out of the box. If you are on anything before Washington, you'll need to create a custom action to fire the event. Please let me know if you have any more questions. This solution requires no coding (unless you have to build the custom action, in which case it takes 1-2 lines of code)

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Sandeep Rajput
Tera Patron
Tera Patron

@MoeG82 I recommend using a scripted scheduled job which runs daily to check for those incidents which have not been updated since last three days.