LedgerJournalTransPayment_BR::find Method
Finds a record in the LedgerJournalTransPayment_BR table.
Syntax
client server public static LedgerJournalTransPayment_BR 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: LedgerJournalTransPayment_BR Table
Returns a LedgerJournalTransPayment_BR table buffer.