I have set a due date on a task and I need to update the status of the task when I reached the due date.
How can I make it? If I can do it with scripts, what kind of script should I create?
Thanks.
I have set a due date on a task and I need to update the status of the task when I reached the due date.
How can I make it? If I can do it with scripts, what kind of script should I create?
Thanks.
Hello,
Nothing is triggered by the Engine when the task due date is reached, it is informational. The only solution I can think of is to do poll periodically calling the default API, not quite optimized though.
HIH,