Share via


SalesInvoiceDPBase.getAccountingExchangeRate Method [AX 2012]

Gets the currency exchange rate of the accounting currency.

Syntax

protected CurrencyExchangeRate getAccountingExchangeRate(CustInvoiceJour _custInvoiceJour)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The CustInvoiceJour record that contains the invoice information.

Return Value

Type: CurrencyExchangeRate Extended Data Type
An exchange rate that can be displayed to the user.

See Also

Reference

SalesInvoiceDPBase Class