TaxWithholdReportVoucher::exist Method
Checks whether TaxWithholdReportVoucher record exists or not for specified parameter.
Syntax
client server public static boolean exist(TaxWithholdPeriod _taxWithholdPeriod, TransDate _transDate)
Run On
Called
Parameters
- _taxWithholdPeriod
Type: TaxWithholdPeriod Extended Data Type
The period of withholding tax is used to find record.
- _transDate
Type: TransDate Extended Data Type
The transaction date is used to find record.
Return Value
Type: boolean
Returns true if record exists; otherwise, false.