ProjBudgetManager.checkExchangeRate Method [AX 2012]

Checks whether the specified transaction currency has a budget exchange rate.

private boolean checkExchangeRate(CurrencyCode _currencyCode, ProjTrans _projTrans)

Run On

Called

Parameters

_currencyCode
Type: CurrencyCode Extended Data Type
The company master currency.
_projTrans
Type: ProjTrans Class
A ProjTrans value that determines which transaction has to be validated.

Return Value

Type: boolean
true if the specified exchange rate of the currency budget exists; otherwise, false.

ExceptionCondition
Error

An exception is thrown if the budget exchange rate does not exist.

Community Additions

ADD
Show: