Send Consolidated Escalation Emails

I have a requirement to send consolidated escalation emails. One user can have multiple tasks assigned to him. But requirement is we cannot send individual escalation emails to users as its increasing their mail box volume. So Instead of default task escalation email,  I need to create a consolidated email which will show/inform all the tasks assigned to a particular user if task isn't completed within 2 days.

I have a task report I tried using grouping by task owner field but it isnt working , attached code image

Please help me with your ideas & solutions . Thanks in Advance

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to abdulm0005

    Well, I know these discussion very well. My answer is:

    "How many task escalations do you expect?"

    "I think you have a more severe problems than mailboxes flooded with escalation mails! This would mean that people cannot do their work!"

    But back to your requirement.

    Did you define a deadline for the tasks? Then, tasks know whether they are overdue. Use the function "is_task_overdue()".

    Process reports also support filtering, grouping and aggregation directly in the report configuration. Check that out.

Children