TaxWithholdHead_IN::exist Method
Checks whether TaxWithholdHead_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(TaxWithholdPeriod_IN _taxWithholdPeriod_IN, TaxWithholdType_IN _taxType)
Run On
Called
Parameters
- _taxWithholdPeriod_IN
Type: TaxWithholdPeriod_IN Extended Data Type
Tax period used to find the record.
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.