Hi, could anyone guide me how to make the system mail the owner of a task when the following conditions are met?
Task.dueDate <= now AND task.status != cancelled AND task.status != completed
Should be quite simple but I can't seem to find the correct parameters.
Task.dueDate <= now AND task.status != cancelled AND task.status != completed
Should be quite simple but I can't seem to find the correct parameters.
Comment