SLA 75% milestone notification not triggering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 06:31 AM
Hi Team,
I am creating Incident SLA were attaching whenever SLA reaches 50%,75%,90% milestone notification want to trigger respective groups. We set the workflow notification. Right now my issue is SLA reaches 50% notification will triggering but 75% it will not triggering. Why? Please suggest me it's a critical issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 07:14 AM
Pandu,
The issue is with your wait activity (SLA Percentage Timer). Your first activity tells the Workflow to wait until 50% of the timer is reached. You have to account for that as you move forward to the other activities. So your next activity tells it to 'Wait 75 percent of SLA' after already waiting 50%. That means that it will not fire until it hits 125% of the SLA timer. Think of each of the wait activities as a piece of the whole and they all add up to 100% of the SLA.
So your first activity is fine. Your second wait should be 25%. That plus the previous 50% puts you at 75%. If you want another notification at 90% then your third wait would be 15% and then finally it would breach at 100%.
Also, might I recommend removing the 'Notification' activities and switch to 'Create Event'. This will give you more control and flexibility with the notifications. You can pass the stage or percentage as a parameter and use it in your notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 07:04 AM
Robert 50% SLA notification will triggering 75% SLA only it will not triggering