Share via


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

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.

See Also

Reference

LedgerPostingJournalVoucherSeries Table