I have found this in the source
if (ReadFirstMain(ORp,0,true)) then begin end;
What this code is supposed to do if we specify zero keys?
Is it some trick?
it is in RecordAction_rlOrderToPO()
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 ...