- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 01:59 AM
When i try to send the email notification for SLA has completed 75% of business elapsed time for incident table,I need to select the Incident SLA table in email notifications.But it is not posible to access the Number field from the variables,because it is not available in Incident SLA table.So what i need to do to send SLA time 75% reached email notification for incident table.Can you please give your answers.
Thank you,
in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 05:29 PM
Why not integrate it into the SLA workflow using a Wait activity that goes for 75% completion time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 02:41 PM
Hi Giri,
Create a business rule on TASK_SLA table and filter the records based on Business elapsed percentage or Actual elapsed percentage.
Create an new event ( lets say SLA 75 Warning )
Create email notification on this event.
In Business rule trigger the event based on matching condition via gs.eventQueue() method. You can pass the incident number as an input parameter and use the same in email notification.
Refer for gs.eventQueue() method
Thanks,
Ashish
Please mark correct/helpful if it helps you.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 05:29 PM
Why not integrate it into the SLA workflow using a Wait activity that goes for 75% completion time?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 06:41 PM
Robert is correct! No need for a business rule when this functionality comes out of the box via a workflow running on the SLA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 09:05 PM
Thanks all for your reply