LedgerPostingJournalVoucherSeries::findByDate Method
Finds the specified record in the LedgerPostingJournalVoucherSeries table.
Syntax
client server public static LedgerPostingJournalVoucherSeries findByDate(NumberSequenceCode _voucherSeries, TransDate _effectiveDate)
Run On
Called
Parameters
- _voucherSeries
Type: NumberSequenceCode Extended Data Type
The voucher series of the LedgerPostingJournalVoucherSeries record.
- _effectiveDate
Type: TransDate Extended Data Type
The effective date of the LedgerPostingJournalVoucherSeries record.
Return Value
Type: LedgerPostingJournalVoucherSeries Table
A record in the LedgerPostingJournalVoucherSeries table; otherwise, an empty record.
Remarks
This method automatically applies the isDateValid method to the results of the find method.