TaxWithholdCertificatesTable_IN::exist Method
Checks whether TaxWithholdCertificatesTable_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(TaxWithholdComponentGroupRecId_IN _componentGroup, TaxWithholdCertificateNumber_IN _certificateNumber)
Run On
Called
Parameters
- _componentGroup
Type: TaxWithholdComponentGroupRecId_IN Extended Data Type
Withhold tax component group to find the record.
- _certificateNumber
Type: TaxWithholdCertificateNumber_IN Extended Data Type
Withhold certificate Number to find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.