Share via


SalesLineType.pdsCWSetPackingSlipRemainOk Method [AX 2012]

Validates the catch-weight remaining quantity for a default sales order line type after a packing slip is posted.

Syntax

public boolean pdsCWSetPackingSlipRemainOk(PdsCWInventQty _qtyUpdate, boolean _creditRemain)

Run On

Called

Parameters

  • _creditRemain
    Type: boolean
    A Boolean value that indicates whether any credit remains.

Return Value

Type: boolean
true if validation passes; otherwise, false.

See Also

Reference

SalesLineType Class