Share via


InventTransInvoice::pdsCWQtySoldWithoutPackingSlip Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

Return Value

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

See Also

Reference

InventTransInvoice Class