How to force the re-calculation of an SLA?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2015 09:19 AM
We have an SLA that is retroactively calculated based on a "Received Date" (Retroactive = True and Set Start To = Received Date). When the Received Date is edited, the SLA doesn't get cancelled and re-created. How can I force the cancellation and re-creation of the SLA whenever that Received Date changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2015 09:30 AM
Joey Day,
Have a business rule to run on your conditions met and have the the script as :
new TaskSLAController(current).run();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 05:07 AM
Hi Joey
Did you manage to get this working by any chance? I have a similar situation where I need to re-calculate the start time of my SLA's based on an appointment date/time field on my work orders.
Regards