Share via


SalesLineType.pdsCWQtyValidation Method [AX 2012]

Validates that the catch-weight quantity that is entered is valid.

Syntax

public boolean pdsCWQtyValidation([InventTable _inventTable])

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    An optional InventTable record that is linked with the line.

Return Value

Type: boolean
true if catch-weight quantity is valid; otherwise, false.

Remarks

This method checks that the catch-weight quantity is not negative, and that it is in the range that is set up for the item.

See Also

Reference

SalesLineType Class