ExchangeRateCurrencyPairCalculationRules::findCalculationRuleExact Method

Finds the exactly matching record in ExchangeRateCurrencyPairCalculationRules table.

Syntax

client server private static ExchangeRateCurrencyPairCalculationRules findCalculationRuleExact(
    ExchangeRateTypeRecId _exchangeRateTypeRecId, 
    SelectableDataArea _dataAreaRecId, 
    CurrencyCode _currencyFrom, 
    CurrencyCode _currencyTo, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if record is to be selected for update.

Return Value

Type: ExchangeRateCurrencyPairCalculationRules Table
The exactly matching record in ExchangeRateCurrencyPairCalculationRules table.

See Also

Reference

ExchangeRateCurrencyPairCalculationRules Table