GeneralJournalAccountEntry::findReferenceNumberAccountingDate Method
Finds a specified record in the GeneralJournalAccountEntry table.
Syntax
client server public static GeneralJournalAccountEntry findReferenceNumberAccountingDate(
Voucher _subledgerVoucher,
TransDate _accountingDate,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _subledgerVoucher
Type: Voucher Extended Data Type
The sub-ledger voucher associated with the GeneralJournalEntry record.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date associated with the GeneralJournalEntry record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: GeneralJournalAccountEntry Table
A record in the GeneralJournalAccountEntry table; otherwise, an empty record.