CurrencyFactor_RU::find Method
Finds the specified record in the CurrencyFactor_RU table.
Syntax
client server public static CurrencyFactor_RU find(
CurrencyCode _currencyCode,
[ExchangeRateTypeRecId _exchangeRateType,
boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency for which to determine the factor.
- _exchangeRateType
Type: ExchangeRateTypeRecId Extended Data Type
The ID of the exchange rate type; optional.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: CurrencyFactor_RU Table
The specified record in the CurrencyFactor_RU table; otherwise, an empty record.