Hi everyone,
I am trying to post a Warehouse shipment an getting the following error:
An attempt was made to change an old version of a Sales Line record. The record should first be reread from the database. This is a programming error.
Identification fields and values:
Document Type='Order',Document No.='1339',Line No.='10000'
While debugging, the debugger points at the following line,
IF ModifyLine THEN
SalesLine.MODIFY;
What can possibly cause that?