InventTransInvoice::qtySoldWithoutPackingSlip Method [AX 2012]

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

Syntax

server public static CostAmount qtySoldWithoutPackingSlip(
    InventTransOriginId _transOriginId, 
    InvoiceId _invoiceNum, 
    TransDate _invoiceDate)

Run On

Server

Parameters

Return Value

Type: CostAmount Extended Data Type
The quantity requested.

See Also

Reference

InventTransInvoice Class