Hi,
we have problems with InventTrans.DateStatus.
This field is set by the method "setStatusDate" but this method is never called when updating the record. If we change the dates in a sales line or in a purch line dateStatus is false (not changed).
This date is also used as request date in MRP calculation (class ReqCalc), so MRP is also false and the reqTransOverview also.
In Ax2009, the method setStatusDate was called in the begining of the update method.
Why this difference between 2009 and 2012 ?
Calling setStatusDate in the begining of the update method like in AX2009 correct the problem ?