Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: LedgerJournalControlDetail Table
A record in the LedgerJournalControlDetail table; otherwise, an empty record.

See Also

Reference

LedgerJournalControlDetail Table