TaxWithholdComponentTable_IN::exist Method
Checks whether TaxWithholdComponentTable_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(
TaxWithholdType_IN _taxType,
TaxWithholdComponent_IN _component,
TaxWithholdComponentGroup_IN _componentGroup)
Run On
Called
Parameters
- _taxType
Type: TaxWithholdType_IN Enumeration
Withhold tax type
- _component
Type: TaxWithholdComponent_IN Extended Data Type
Withhold tax component used to find the record.
- _componentGroup
Type: TaxWithholdComponentGroup_IN Extended Data Type
WithholdTax componentgroup used to find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.