Share via


InventOnhand.checkInventModel Method [AX 2012]

Indicates whether the inventory model must perform an on hand validation when the invent sum is updated.

Syntax

public boolean checkInventModel([boolean _checkOnly])

Run On

Called

Parameters

  • _checkOnly
    Type: boolean
    A Boolean value that indicates whether an exception will be thrown.

Return Value

Type: boolean
true if the inventory model must perform an on hand validation when the invent sum is updated; otherwise, false.

See Also

Reference

InventOnhand Class