Start new SLA on change of an assignment group

sourabhdhaygude
Kilo Guru

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

1 ACCEPTED SOLUTION

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


View solution in original post

12 REPLIES 12

max10121989
Kilo Contributor

Hi Saurabh,



So you mean to say when you changed the assignment group , the current SLA got cancelled and a new one got triggered.
Can you share the reset condition you used in this case.





Thanks a lot Saurabh &Sanjiv


In an on before business rule, cancel the existing SLA and mark it   inactive. After doing this the new sla will automatically trigger if the conditions match on SLA.




Kind regards,


Sourabh D


max10121989
Kilo Contributor

And the business rule as well!!