CustTrans::findVoucherDateType Method
Returns a CustTrans table record for a given voucher, transaction, and transaction type.
Syntax
client server public static CustTrans 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: CustTrans Table
Returns a CustTrans table record if found.