TaxWithholdDesignerTable_IN::exist Method
Checks whether TaxWithholdDesignerTable_IN record exists or not for specified parameter.
Syntax
server public static boolean exist(TaxWithholdGroup _taxWithholdGroup, TaxWithholdCode _taxWithholdCode)
Run On
Server
Parameters
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
Withold tax group.
- _taxWithholdCode
Type: TaxWithholdCode Extended Data Type
Withhold tax code
Return Value
Type: boolean
Return true if record exists otherwise false.