InventMov_Process.checkUpdateEstimated Method [AX 2012]
Determines whether the movement can be estimated without error.
Syntax
public boolean checkUpdateEstimated(InventUpd_Estimated _updateNow, InventMovement _this_orig)
Run On
Called
Parameters
- _updateNow
Type: InventUpd_Estimated Class
An InventUpd_Estimated object.
- _this_orig
Type: InventMovement Class
The original InventMovement object.
Return Value
Type: boolean
true if the movement can be estimated without error; otherwise, false.