GeneralJournalAccountEntry::findRelated Method
Finds the records that are related to the GeneralJournalAccountEntry record.
Syntax
client server public static container findRelated(RecId _generalJournalAccountEntryRecId)
Run On
Called
Parameters
- _generalJournalAccountEntryRecId
Type: RecId Extended Data Type
The record ID of a GeneralJournalAccountEntry record.
Return Value
Type: container
A container that has the GeneralJournalHeader, GeneralJournalAccountEntry, LedgerEntryJournal, GeneralJournalEntry, and LedgerEntry records; otherwise, a container of empty records.
Remarks
This utility method should not be used for updates.