TaxWithholdReportPeriod_TH::exist Method
Checks whether TaxWithholdReportPeriod_TH record exists or not for specified parameter.
Syntax
client server public static boolean exist(
TaxWithholdPeriodId_TH _taxWithholdPeriodRecId,
TaxWithholdPeriodDate_TH _taxWithholdFromDate,
TaxWithholdPeriodDate_TH _taxWithholdToDate)
Run On
Called
Parameters
- _taxWithholdPeriodRecId
Type: TaxWithholdPeriodId_TH Extended Data Type
The record id of withholding tax period.
- _taxWithholdFromDate
Type: TaxWithholdPeriodDate_TH Extended Data Type
The from date of withholding tax period.
- _taxWithholdToDate
Type: TaxWithholdPeriodDate_TH Extended Data Type
The to date of withholding tax period.
Return Value
Type: boolean
Returns true if record exists; otherwise, false.