SLA got attached twice at the same time. One is achieved and the other breached. Why is that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2015 01:45 PM
Hi all,
We have an SLA for the Change request table.
I am checking the Task SLA table where we have two task sla records created at same time. The acheived SLA is the correct one.
I have 2 questions here:
- Why was there a second SLA attached? Is it because of the start condition?
- Why didn't the second SLa stop like the first one?
The value of end date for the change was 2015-07-14 21:00:00
SLA definition:
Task SLA:
Edit: The SLA's did not get created at the same time. I was previously referring to the 'Start time'.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 08:34 AM
Look for current.update() in your BR's/workflow.
You need to change your SLA condition accordingly that the start condition never gets satisfied again during the life cycle of the ticket(until and unless, you need them explicitly).
Thanks
Srinivas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 09:35 AM
The cancel ui action has a current.update() . could that be the reason?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 09:42 AM
No ravio, That is actual update instruction. That will trigger your Business Rules. If any of those business rule contains current.update(), then that would be counted as second update and that will be recorded as a separate update in the history

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 10:31 AM
There is one business rule which has current.update but looking at the triggering condition it doesn't look like that business rule was executed...Meanwhile I have raised an incident with the SN support