How to prevent any Resolution SLA from getting attached to an Incident for a special case?

subhadeep1618
Tera Guru

I have a field in Incident table: Special Flag of True/False type.

In my platform, there are 84 Resolution SLA definitions on Incident table for various conditions.

My requirement is:

If Special Flag = true for an Incident, then it must not have any resolution SLA.

To do this, I have created below Business Rule on task_sla table:

  • When: before operations Insert, Update
  • Filter Conditions:
    1. Task.Incident.Special Flag => is => true 
      AND
    2. SLA definition.Target  => is => Resolution
  • Actions:
    • Abort action = true

But this is not working - that is - one of the Resolution SLA's is getting attached to the incident.

 

NOTE:

One solution is to modify all 84 Resolution SLA definitions by adding the condition Special Flag is false in Start condition. But I do not want to manually modify so many SLA definitions.


Please mark this post as a solution and also as helpful, if this resolves your issue or query.

Thanks,
Subhadeep Ghosh.
1 REPLY 1

subhadeep1618
Tera Guru

Hi @Ankur Bawiskar ,

If you find time, could you please check my requirement.

--

Thanks in advance,

Subhadeep.


Please mark this post as a solution and also as helpful, if this resolves your issue or query.

Thanks,
Subhadeep Ghosh.