TaxWithholdGroupHeading::existByCompany Method
Determines whether the specified record exists in the TaxWithholdGroupHeading table.
Syntax
client server public static boolean existByCompany(DataAreaId _company, TaxWithholdGroup _taxWithholdGroupId)
Run On
Called
Parameters
- _company
Type: DataAreaId Extended Data Type
The company of the withholding tax group to check for existence.
- _taxWithholdGroupId
Type: TaxWithholdGroup Extended Data Type
The ID of the withholding tax group to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.