Share via


ExchangeRateHelper::isExchangeRate2Editable_Static Method [AX 2012]

Determines whether the exchange rate that is used in the second half of a Euro triangulation calculation is editable.

Syntax

client server public static boolean isExchangeRate2Editable_Static(
    LedgerRecId _ledger, 
    CurrencyCode _fromCurrency, 
    TransDate _exchangeDate)

Run On

Called

Parameters

Return Value

Type: boolean
true when the exchange rate that is used in the second half of a Euro triangulation calculation is editable; otherwise, false.

See Also

Reference

ExchangeRateHelper Class