How to prevent any Resolution SLA from getting attached to an Incident for a special case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 09:04 AM - edited 07-22-2023 09:08 AM
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:
- Task.Incident.Special Flag => is => true
AND - SLA definition.Target => is => Resolution
- Task.Incident.Special Flag => is => true
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 06:50 AM
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.