TaxWithholdConcessionTable_IN::exist Method
Checks whether TaxWithholdConcessionTable_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(TaxWithholdCode _taxCode, TaxWithholdType_IN _taxType)
Run On
Called
Parameters
- _taxCode
Type: TaxWithholdCode Extended Data Type
Withhold tax code used to check the record.
- _taxType
Type: TaxWithholdType_IN Enumeration
Withhold tax type used to check the record.
Return Value
Type: boolean
Return true if record exists otherwise false.