TaxWithholdPeriods_IN::exist Method
Checks whether TaxWithholdPeriods_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(
TaxWithholdPeriod_IN _period,
TaxWithholdType_IN _taxType,
TransDate _fromDate,
TransDate _toDate)
Run On
Called
Parameters
- _period
Type: TaxWithholdPeriod_IN Extended Data Type
Tax withhold period.
- _taxType
Type: TaxWithholdType_IN Enumeration
Withhold tax type
- _fromDate
Type: TransDate Extended Data Type
From date to select the record in this range.
- _toDate
Type: TransDate Extended Data Type
To date to select the record in this range.
Return Value
Type: boolean
Return true if record exists otherwise false.