Share via


ExchangeRateHelper::isExchangeRate1Editable_Static Method [AX 2012]

Determines whether an exchange rate can be edited, based on the specified parameters.

Syntax

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

Run On

Called

Parameters

Return Value

Type: boolean
true when the exchange rate is editable; otherwise, false with an error.

See Also

Reference

ExchangeRateHelper Class