LedgerJournalTable::findByRecId Method
Finds a record in the LedgerJournalTable table by searching on the RecId field.
Syntax
client server public static LedgerJournalTable findByRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of a LedgerJournalTable record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the select is used in the context of an update on the table; optional. The default value is false.
Return Value
Type: LedgerJournalTable Table
A LedgerJournalTable buffer.
Remarks
When the RecId field has a non-zero value, the buffer contains valid data.