SubledgerVoucherGeneralJournalEntry::findByGeneralJournalEntryRecId Method
Finds the specified record in the SubledgerVoucherGeneralJournalEntry table.
Syntax
client server public static SubledgerVoucherGeneralJournalEntry findByGeneralJournalEntryRecId(GeneralJournalEntryRecId _generalJournalEntry)
Run On
Called
Parameters
- _generalJournalEntry
Type: GeneralJournalEntryRecId Extended Data Type
The record ID of the related GeneralJournalEntry record.
Return Value
Type: SubledgerVoucherGeneralJournalEntry Table
A SubledgerVoucherGeneralJournalEntry record; otherwise, an empty record.
Remarks
This method returns the first SubledgerVoucherGeneralJournalEntry record and should not be used if multiple records are expected.