Share via


ExchangeRateHelper.isExchangeRate1Editable Method [AX 2012]

Determines whether an exchange rate is editable.

Syntax

public boolean isExchangeRate1Editable()

Run On

Called

Return Value

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

Remarks

When the from and to currency code are the same, false will be returned. false is also returned when the exchange rate 1 is a fixed exchange rate. This occurs when euro triangulation is being used for the from currency code or when euro triangulation is being used for the to currency code and the from currency code is the euro currency.

See Also

Reference

ExchangeRateHelper Class