SubledgerVoucherGeneralJournalEntry::findByGeneralJournalEntry Method

Finds the specified record in the SubledgerVoucherGeneralJournalEntry table.

Syntax

client server public static SubledgerVoucherGeneralJournalEntry findByGeneralJournalEntry(GeneralJournalEntry _generalJournalEntry)

Run On

Called

Parameters

  • _generalJournalEntry
    Type: GeneralJournalEntry Table
    The GeneralJournalEntry table that is associated with the SubledgerVoucherGeneralJournalEntry table.

Return Value

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

Remarks

This method returns the first SubledgerVoucherGeneralJournalEntry record that is associated with the GeneralJournalEntry table. It should not be used if multiple records are expected.

See Also

Reference

SubledgerVoucherGeneralJournalEntry Table