Skip to main content
January 21, 2022
Question

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

  • January 21, 2022
  • 2 replies
  • 0 views

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

    2 replies

    csteward
    January 21, 2022

    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?

    January 24, 2022

    Thank you for your quick reply. 

    All working fine now [emoticon:c4563cd7d5574777a71c318021cbbcc8]