How to start Escalation timer when task is accepted by a user

I have requirement to start escalation only when particular task is accepted by a user.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    You can achieve this via polling and task reports. You can check the task reports, say every 5 minutes, to see if a task has been accepted. For those tasks, you can calculate the accepted time by comparing assigned time and lag time. Then you can compare the accepted time with the time you want to launch your escalation, and trigger that escalation accordingly.
Reply
  • 0
    Certified Lead Developer
    You can achieve this via polling and task reports. You can check the task reports, say every 5 minutes, to see if a task has been accepted. For those tasks, you can calculate the accepted time by comparing assigned time and lag time. Then you can compare the accepted time with the time you want to launch your escalation, and trigger that escalation accordingly.
Children