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
- _taxDirection
Type: TaxDirection Enumeration
The tax direction.
- _voucher
Type: Voucher Extended Data Type
The voucher.
- _transDate
Type: TransDate Extended Data Type
The date.
Return Value
Type: boolean
true if the record exists; otherwise, false.