Send email reminder notification to HR case ticket via SLA workfow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 11:29 PM
Hello Guys,
I need to send a reminder notification on HR case ticket .
For example: If I was assigned a case on Monday 1st June and the State is “Ready “or “Work in Progress” .
I would receive a reminder on the 5th business day after it’s been opened (6th July) and again 2 days after that (Wednesday, 8th July).
I would continue to receive the reminder every 2 business days until the State is changed to “closed complete”, “closed incomplete” or “suspended”.
This needs to be achieved via SLA workflow.
Please help me with complete workflow steps as i have no idea on this.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 11:49 PM
Hi,
You have to change the whole workflow logic for this.
I would instead right a BR on the incident_sla or task_sla table. Which calculates the duration based on percentage change or something. OR Right a scheduled job.
BEcause i think you dont use flow designers.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 05:20 AM
Hi Ashutosh,
Can flow design completely fulfill this request ?
I would like to try it once but not sure how will i pick 2nd reminder value from 1st(5 days after ticket creation) until state is closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 05:47 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 07:53 AM
Hi,
You have to add the condition of the created on in flow logic and not in trigger. It will wait in the first action step for 5 days before sending email.
Use a flow logic called as wait for duration
Thakns,
Ashutosh