RCashTable::findByLedgerDimension Method
Finds the RCashTable record for the specified ledger dimension.
Syntax
client server public static RCashTable findByLedgerDimension(
LedgerDimensionAccount _ledgerDimension,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
An instance of the LedgerDimensionAccount data type.
- _forupdate
Type: boolean
An instance of the boolean data type.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An instance of the ConcurrencyModel enumeration.
Return Value
Type: RCashTable Table
A RCashTable record.