- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 09:36 AM
HI Community members,
I have an SLA which runs asynchronous. I need to cancel this SLA and start a new one based on the change of an assignment group. But as I am running these SLA's async, the system does not recognize "on change" event. Hence it does not cancel the current SLA and start a new one.
Has anyone encountered this kind of problem?
Kind regards,
Sourabh Dhaygude
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 07:15 AM
I just cancelled the existing SLA in an onbefore business rule. It works great for me. As soon as existing SLA is cancelled, the new SLA triggers off.
Kind regards,
Sourabh Dhaygude

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 10:47 AM
You may need to create a flag to identify, if assignment group changed. Or store you old assignment group is another field, for ex old_assignment_group.
Set the old assignment group using a business rule.
And in reset condition, use operator 'is different' from old assignment group.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 05:54 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 07:10 AM
Hi Oiswarja,
When ticket is saved, events are auto-triggered to update SLA.
Is it not working for you?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 07:15 AM
I just cancelled the existing SLA in an onbefore business rule. It works great for me. As soon as existing SLA is cancelled, the new SLA triggers off.
Kind regards,
Sourabh Dhaygude

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 07:21 AM
Great Sourabh. Can you mark this thread answered, if it resolved your issue?
Please mark this response as correct or helpful if it assisted you with your question.