Re: How to identify records opened from Record History
Nejc R.
3-16-20
Yes this seems like it will work. If the record is changed by a background task run on the server there is no way for the client to know that. So best way is to run on update check that reads the servers record and compares the problematic fields.
Hi, Paul.
Sounds like you're talking about REST API. And that your are overwriting data with older values if B managed to read record before A finished to update it. Classic conflict resolution ...