LedgerJournalControlHeader::findByJournalNameCompanyAccountType Method
Finds the specified record in the LedgerJournalControlHeader table by using unique key values.
Syntax
client server public static LedgerJournalControlHeader findByJournalNameCompanyAccountType(
LedgerJournalNameId _journalName,
RefRecId _journalLegalEntity,
LedgerJournalACTypeAll _accountType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _journalName
Type: LedgerJournalNameId Extended Data Type
- _journalLegalEntity
Type: RefRecId Extended Data Type
- _accountType
Type: LedgerJournalACTypeAll Enumeration
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: LedgerJournalControlHeader Table
A record in the LedgerJournalControlHeader table; otherwise, an empty record.