InventMovement.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

This method calls the checkUpdateEstimatedMovement method of the InventDim class to determine whether the values should be updated.

See Also

Reference

InventMovement Class