Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.