Process question: We have a Task User Event with an afterSubmit that updates two custom fields on the related Customer record, to record the date the last Task was closed, and how many days the last Task was open. This has worked well for years and for many users, however we have one user that is consistently triggering RCRD_HAS_BEEN_CHANGED errors when saving the Customer changes while closing tasks. I can’t reproduce it and no one else can either. Is it safe to just catch that particular error and try the save again? Or, do I need to re-load the customer record and re-apply the changes then try saving again if that error is caught?