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 TaxWithholdSettledPeriods_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(
TaxWithholdPeriodRecId_IN _taxWithholdPeriodRecId,
TaxWithholdType_IN _taxType,
TaxWithholdRegNumberRecId_IN _taxWithholdRegNumberRecId,
TransDate _fromDate,
TransDate _toDate)
Run On
Called
Parameters
- _taxWithholdPeriodRecId
Type: TaxWithholdPeriodRecId_IN Extended Data Type
Record Id of Withhold tax settlement period on the basis check operation will perform.
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _taxWithholdRegNumberRecId
Type: TaxWithholdRegNumberRecId_IN Extended Data Type
Record Id of TaxInformation
- _fromDate
Type: TransDate Extended Data Type
From date to find the record
- _toDate
Type: TransDate Extended Data Type
To date find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.