Share via


InventModelType_MovingAverage.mustCheckInventOnHand Method [AX 2012]

Indicates whether the inventory model has to perform an available validation when the InventSum record is updated.

Syntax

public boolean mustCheckInventOnHand(InventSumDelta _inventSumDelta)

Run On

Called

Parameters

  • _inventSumDelta
    Type: InventSumDelta Table
    The change that is used to update the InventSum record.

Return Value

Type: boolean
true if the inventory model has to perform a available validation when the InventSum record is updated; otherwise, false.

Remarks

The validation is implemented in the checkInventOnHand method.

See Also

Reference

InventModelType_MovingAverage Class