InventMovement.getExpiryCheckDate Method [AX 2012]
Gets the date against which to check the expiry date of an inventory batch.
Syntax
public TransDate getExpiryCheckDate()
Run On
Called
Return Value
Type: TransDate Extended Data Type
The date against which to check the expiry date.
Remarks
By default thee method returns the result of the transDate method of the movement. Derived classes should override this method to return dates different from the transDate method.