TaxComponentTable_IN::exist Method
Checks whether TaxComponentTable_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(TaxType_IN _taxType, TaxComponent_IN _taxComponent)
Run On
Called
Parameters
- _taxType
Type: TaxType_IN Enumeration
The tax type is used to find record.
- _taxComponent
Type: TaxComponent_IN Extended Data Type
The tax component is used to find record.
Return Value
Type: boolean
Return true if record exists otherwise false.