TaxWithholdOnItem_TH::exist Method
Checks whether record exists or not for given parameter.
Syntax
client server public static boolean exist(TaxWithholdItemGroup_TH _taxWithholdItemGroup, TaxWithholdCode _taxWithholdCode)
Run On
Called
Parameters
- _taxWithholdItemGroup
Type: TaxWithholdItemGroup_TH Extended Data Type
The tax withhold item group is used to find record.
- _taxWithholdCode
Type: TaxWithholdCode Extended Data Type
The tax withhold code is used to find record.
Return Value
Type: boolean
true if the record exits; otherwise, false.