Share via


SalesLinesExtendedDP.invoiceCostAmount Method [AX 2012]

Creates an instance of the InvoiceCostAmount table.

Syntax

private CostAmount invoiceCostAmount(
    InventTransId _inventTransId, 
    TransDate _invoiceDate, 
    InvoiceId _invoiceNum)

Run On

Server

Parameters

Return Value

Type: CostAmount Extended Data Type
Data from the InvoiceCostAmount table.

See Also

Reference

SalesLinesExtendedDP Class