TaxWithholdReportVoucher_IN::existsReportVoucher Method
Checks whether TaxWithholdReportVoucher_IN record exists or not for specified parameter.
Syntax
server public static boolean existsReportVoucher(
TaxWithholdPeriodRecId_IN _taxWithholdPeriodRecId,
Voucher _voucher,
TaxWithholdType_IN _taxType)
Run On
Server
Parameters
- _taxWithholdPeriodRecId
Type: TaxWithholdPeriodRecId_IN Extended Data Type
The record id of withholding tax period is used to find record.
- _voucher
Type: Voucher Extended Data Type
The voucher number is used to find record.
- _taxType
Type: TaxWithholdType_IN Enumeration
The tax type is used to find record.
Return Value
Type: boolean
Returns true if record exists; otherwise, false.