SLA configuration - SLA missed

In a case, if a manager does not complete the work on time and the case gets cancelled that should be notify to the manager with a field as SLA missed as true, and also if the manager completes the work on time the SLA missed should be false. How to configure this?

@SabithaK8595

Hello,

  1. Define the SLA on your case type

  2. Create the Boolean Property as SLAMissed

  3. Configure the SLA Rule:

  • Goal and Deadline Actions:
    • In the SLA rule, under the Goal and Deadline, add actions to set SLAMissed to false.
  • Passed Deadline Action:
    • Add an action under the Passed Deadline to set SLAMissed to true.
    • Configure a Send Email shape to notify the manager.
  1. Flow Configuration:
  • In the flow where the manager completes the task, add a utility to set SLAMissed to false on task completion.

Hi @SabithaK8595, Please find attached document.

SLA.docx (332 KB)

@SabithaK8595

In the deadline escalation activity, set the boolean variable “SLAMissed” to true.