Has anyone seen this error? (we are using Lightning) A User is editing a record she owns; she clicks Save and a big red box with an error message stating a User (herself!!) edited the record during the session. We have tried clearing the browser cache, not double clicking by accident, verified User is only logged in once ... cannot figure this one out.
@Nonprofit User Group, Boston, US @Admin Group, Boston, US @* Salesforce Administrators *
Hi @Beth Saunders I had ths issue several times. I think in your case the Sales Path could be the root cause.
In my case, we had added a inline VisualForce Page that update a field in the record... so each time a user tried to update the record, the system said that the 'same' user is already updating the record (via the inline VF in fact).
We changed the inline VF with a Trigger, and all was OK.