LedgerCurrencyParameters_RU::findParameters Method
Finds a LedgerCurrencyParameters_RU record by a given ledger and currency code.
Syntax
client server public static LedgerCurrencyParameters_RU findParameters(
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.