InventTransInvoice::costAmount Method [AX 2012]

Calculates the cost price for an invoice from the journal.

Syntax

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

Run On

Server

Parameters

Return Value

Type: CostAmount Extended Data Type
The cost price for an invoice.

See Also

Reference

InventTransInvoice Class