How to identify records opened from Record History
Paul Timms
3-4-20
A user OKed a delivery, then opened the non-OKed version of the delivery from record history, in order to print a picking note. Some HAL is updating a field on the delivery each time it is printed, if it has not been OKed, and this caused the system to crash with a D4Index error.

Is there a simple way in HAL to check if the record on screen is an older version? Or do we have to compare against the stored record?
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Andis Blicāns, Grasko
Thank You for answer. In this case I used SSLNoCertificateValidation = true; SendWebRequest SSLNoCertificateValidation = false; ...
23:01 24 Mar 2026
Gatis Jansons
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 ...
14:53 19 Mar 2026