GeneralJournalAccountEntry::findBySubledgerVoucherAccountingDate Method

Finds a matching record in a GeneralJournalAccountEntry table.

Syntax

client server public static GeneralJournalAccountEntry findBySubledgerVoucherAccountingDate(
    Voucher _subLedgerVoucher, 
    TransDate _accountingDate, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for an update; optional.

Return Value

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

Remarks

The record in the GeneralJournalAccountEntry table that is returned is not determined.

See Also

Reference

GeneralJournalAccountEntry Table