LedgerJournalTrans::findJournalForVoucher Method
Retrieves the specified record in the LedgerJournalTrans table, depending on the Voucher parameter and the transDate parameter.
Syntax
client server public static LedgerJournalTrans findJournalForVoucher(Voucher _voucherNum, TransDate _transDate)
Run On
Called
Parameters
- _voucherNum
Type: Voucher Extended Data Type
The voucher number of the record to find.
- _transDate
Type: TransDate Extended Data Type
The transaction date of the record to find.
Return Value
Type: LedgerJournalTrans Table
The LedgerJournalTrans table buffer.