LedgerJournalTrans_Asset::find Method
Reads the LedgerJournalTrans_Asset table for the specified ID.
Syntax
client server public static LedgerJournalTrans_Asset find(
LedgerJournalTransRefRecId _refRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _refRecId
Type: LedgerJournalTransRefRecId Extended Data Type
The unique record ID to find.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent; optional.
Return Value
Type: LedgerJournalTrans_Asset Table
An elimination rule buffer.
Remarks
This is a public method that is used to find records.