Share via


SalesLineType.pdsCWIsValidQty Method [AX 2012]

Validates whether the specified combination of quantities for the item is valid.

Syntax

protected boolean pdsCWIsValidQty(
    ItemId _itemId, 
    InventQty _qty, 
    PdsCWInventQty _cwQty)

Run On

Called

Parameters

Return Value

Type: boolean
true if the quantities are valid for the specified item; otherwise, false.

Remarks

This method is a wrapper for the pdsCWIsValidQty method of the PdsCatchWeightItem table.

See Also

Reference

SalesLineType Class