We have picked up that the team are saving their tasks and setting the completed date on the correct date ( they don't always update their tasks on the day). But when they set the date and mark the task as completed then it defaults to now date. If they edit the task again to the correct date for example yesterday then it saves correctly. This is a temp fix however not a solution to our workflow. Is there a way to disable this?
Task - Date completed - defaults to now
Collapse
X
-
Hi,
You can create a custom date-time field and use a formula before-save script or a Workflow rule to write the Date Completed field with the value from the custom field. Or you can just not use the Date Complete field at all, use the custom field instead.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
I'm assuming the auto complete is being triggered by some script in the backend that applies to the Tasks entity. I'm not going to bother to go digging for it.Comment
Comment