InventTransInvoice::qtySold Method [AX 2012]

Calculates the sold quantity for an invoice from the journal.

Syntax

client server public static InventQty qtySold(
    InventTransOriginId _transOriginId, 
    InvoiceId _invoiceNum, 
    TransDate _invoiceDate)

Run On

Called

Parameters

Return Value

Type: InventQty Extended Data Type
The sold quantity.

See Also

Reference

InventTransInvoice Class