Set up a deadline for task completion and display the deadline in the tasks grid

Hello,

Currently Im tryimg to set up a deadline for task completion - add 5 working days to the creation date and display the deadline in the tasks grid in case the task is triggred

  Discussion posts and replies are publicly visible

Parents
  • Hi Victoria, for your task deadline you can utilize "caladddays(now(),5)", which will add 5 days from the task creation time.  Additionally in your task report, add a column with "tp!deadline" to make it available for display, then update your interface to utilize this new column from the underlying report.

    As far as "in case the task is triggered", are you referring to an escalation or when the deadline is met without task completion, etc?

Reply
  • Hi Victoria, for your task deadline you can utilize "caladddays(now(),5)", which will add 5 days from the task creation time.  Additionally in your task report, add a column with "tp!deadline" to make it available for display, then update your interface to utilize this new column from the underlying report.

    As far as "in case the task is triggered", are you referring to an escalation or when the deadline is met without task completion, etc?

Children
No Data