LedgerStructure::find Method
Reads the LedgerStructure table for the specified record ID.
Syntax
client server public static LedgerStructure find(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The unique record ID to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent.
Return Value
Type: LedgerStructure Table
A buffer that contains the LedgerStructure table.