LedgerJournalTrans_Project::find Method
Finds a record in the LedgerJournalTrans_Project table.
Syntax
client server public static LedgerJournalTrans_Project find(
LedgerJournalTransRefRecId _refRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _refRecId
Type: LedgerJournalTransRefRecId Extended Data Type
The record ID of the related LedgerJournalTrans table record.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that is used when the table is not automatically concurrent; optional.
Return Value
Type: LedgerJournalTrans_Project Table
Returns a LedgerJournalTrans_Project table buffer.