TaxWithholdReportSetup_TH::exist Method
Checks whether TaxWithholdReportSetup_TH record exists or not for specified parameter.
Syntax
client server public static boolean exist(TaxWithholdVendorType_TH _taxWithholdVendorType_TH, TaxWithholdItemGroup_TH _taxWithholdItemGroup_TH)
Run On
Called
Parameters
- _taxWithholdVendorType_TH
Type: TaxWithholdVendorType_TH Enumeration
The vendor type of withholding tax is used to find record.
- _taxWithholdItemGroup_TH
Type: TaxWithholdItemGroup_TH Extended Data Type
The item group of withholding tax is used to find record.
Return Value
Type: boolean
Returns true if record exists; otherwise, false.