SalesInvoiceDPBase.getEuroExchangeRate Method [AX 2012]

Gets the currency exchange rate of the EURO currency.

Syntax

protected CurrencyExchangeRate getEuroExchangeRate(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