Share via


PurchLineType.checkQuantityUpdateValid Method [AX 2012]

Determines whether the line quantity that is being updated is valid and throws an error if not valid.

Syntax

protected boolean checkQuantityUpdateValid()

Run On

Called

Return Value

Type: boolean
true if line quantity being updated are valid; otherwise, false.

Remarks

Line quantity cannot be changed lower than the invoiced or received quantity.

See Also

Reference

PurchLineType Class