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
- _qtyUpdate
Type: PdsCWInventQty Extended Data Type
The catch-weight updated quantity.
- _creditRemain
Type: boolean
A Boolean value that indicates whether any credit remains.
Return Value
Type: boolean
true if validation passes; otherwise, false.