Share via


SalesLineType.checkQuantityUpdateNonStocked Method [AX 2012]

Determines whether the line quantity that is being updated is valid.

Syntax

protected boolean checkQuantityUpdateNonStocked()

Run On

Called

Return Value

Type: boolean
true if the line quantity that is being updated is valid; otherwise, false.

Remarks

The checks are performed for lines that are not inventoried. The line quantity cannot be changed to a value that is lower than the quantity that is invoiced or received.

See Also

Reference

SalesLineType Class