GeneralJournalEntry::findByGeneralJournalAccountEntry Method
Finds the specified record in the GeneralJournalEntry table.
Syntax
client server public static GeneralJournalEntry findByGeneralJournalAccountEntry(RecId _generalJournalAccountEntryRecId)
Run On
Called
Parameters
- _generalJournalAccountEntryRecId
Type: RecId Extended Data Type
The record ID of the GeneralJournalAccountEntry record.
Return Value
Type: GeneralJournalEntry Table
A record in the GeneralJournalEntry table; otherwise, an empty record.
Remarks
This utility method should not be used for updates.