Share via


ExchangeRateHelper::MCRGetExchangeRate Method [AX 2012]

Gets the exchange rate for the passed currencies.

Syntax

client server public static ExchRate MCRGetExchangeRate(
    CurrencyCode fromCurrency, 
    CurrencyCode toCurrency, 
    TransDate transDate)

Run On

Called

Parameters

Return Value

Type: ExchRate Extended Data Type
The exchange rate between the from currency and the to currency on the transaction date.

See Also

Reference

ExchangeRateHelper Class