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
- _subLedgerVoucher
Type: Voucher Extended Data Type
The subledger voucher.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for an update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is being read; 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.