InventModelType.mustCheckInventOnHand Method [AX 2012]
Indicates whether the inventory model must perform an available validation when InventSum is updated.
Syntax
public boolean mustCheckInventOnHand(InventSumDelta _inventSumDelta)
Run On
Called
Parameters
- _inventSumDelta
Type: InventSumDelta Table
The delta value with which the inventory sum is updated.
Return Value
Type: boolean
true if the inventory model must perform a on-hand validation when InventSum is updated; otherwise, false.
Remarks
The validation is implemented in the checkInventOnHand method.