LedgerJournalControlDetail::findByJrnlControlCompHierarchyTree Method
Finds the specified record in the LedgerJournalControlHeader table by using unique key values.
Syntax
client server public static LedgerJournalControlDetail findByJrnlControlCompHierarchyTree(
RefRecId _ledgerJournalControl,
RefRecId _ledgerLegalEntity,
RefRecId _dimensionHierarchy,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _ledgerJournalControl
Type: RefRecId Extended Data Type
The record ID of a LedgerJournalControl record.
- _ledgerLegalEntity
Type: RefRecId Extended Data Type
The record ID of a CompanyInfo record.
- _dimensionHierarchy
Type: RefRecId Extended Data Type
The record ID of a DimensionHierarchy record.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record; optional.
Return Value
Type: LedgerJournalControlDetail Table
A record in the LedgerJournalControlDetail table; otherwise, an empty record.