InventMov_WMSPalletMovement.checkUpdateEstimatedMovement Method [AX 2012]
Indicates whether the estimated transactions value must be updated.
Syntax
public boolean checkUpdateEstimatedMovement(InventMovement _movement_Orig)
Run On
Called
Parameters
- _movement_Orig
Type: InventMovement Class
The inventory movement class that contains the original values.
Return Value
Type: boolean
true if the values must be updated; otherwise, false
Remarks
Always returns true for the InventMov_WMSPalletMovement class.