Share via


TaxTrans::existsByDirectionVoucherAndDate Method

Determines if a TaxTrans record exists for tax direction, voucher, and date.

Syntax

client server public static boolean existsByDirectionVoucherAndDate(
    TaxDirection _taxDirection, 
    Voucher _voucher, 
    TransDate _transDate)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record exists; otherwise, false.

See Also

Reference

TaxTrans Table