Share via


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

Return Value

Type: CustTrans Table
Returns a CustTrans table record if found.

See Also

Reference

CustTrans Table