LedgerCurrencyParameters_RU::findCurrencyCode Method
Finds a LedgerCurrencyParameters_RU record by a given currency code and ledger.
Syntax
client server public static LedgerCurrencyParameters_RU findCurrencyCode(
LedgerRecId _ledger,
CurrencyCode _currencyCode,
[boolean _forUpdate])
Run On
Called
Parameters
- _ledger
Type: LedgerRecId Extended Data Type
The record ID of the ledger.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code to look for.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update.
Return Value
Type: LedgerCurrencyParameters_RU Table
The LedgerCurrencyParameters_RU record that is found.