VendTrans::findVoucherDateType Method
Returns a VendTrans table record for a given voucher, transaction, and transaction type.
Syntax
client server public static VendTrans findVoucherDateType(
Voucher _voucher,
TransDate _transDate,
LedgerTransType _transType)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The Voucher to search for.
- _transDate
Type: TransDate Extended Data Type
The TransDate to search for.
- _transType
Type: LedgerTransType Enumeration
The TransType to search for.
Return Value
Type: VendTrans Table
A VendTrans table record if found.