TaxWithholdTrans::existPeriod_TH Method
Checks whether TaxWithholdTrans record exists or not for specified parameter.
Syntax
client server public static boolean existPeriod_TH(
TransDate _fromDate,
TransDate _toDate,
TaxWithholdPeriodId_TH _taxPeriodRecId)
Run On
Called
Parameters
- _fromDate
Type: TransDate Extended Data Type
The from date is used to find record.
- _toDate
Type: TransDate Extended Data Type
The to date is used to find record.
- _taxPeriodRecId
Type: TaxWithholdPeriodId_TH Extended Data Type
The record id of tax period is used to find record.
Return Value
Type: boolean
Returns true if record exists; otherwise, false.