Share via


InventTransInvoice::pdsCWQtyPurchasedWithoutPackingSlip Method [AX 2012]

Calculates the received quantity for an invoice in catch weight unit where the transaction is not associated with a packing slip.

Syntax

client server public static PdsCWInventQty pdsCWQtyPurchasedWithoutPackingSlip(
    InventTransOriginId _transOriginId, 
    InvoiceId _invoiceNum, 
    TransDate _invoiceDate)

Run On

Called

Parameters

Return Value

Type: PdsCWInventQty Extended Data Type
The purchased quantity in catch weight unit.

See Also

Reference

InventTransInvoice Class