ExchangeRate::findByDate Method
Finds the specified record in the ExchangeRate table.
Syntax
client server public static ExchangeRate findByDate(
RefRecId _exchangeRatePair,
date _validFromDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _exchangeRatePair
Type: RefRecId Extended Data Type
The ID of the ExchangeRateCurrencyPair record for which to find the rate.
- _validFromDate
Type: date
The date used to find the exchange rate record.
- _forUpdate
Type: boolean
The update state of the record retrieved.
Return Value
Type: ExchangeRate Table
The specified record in the ExchangeRate table.