TaxWithholdGroupHeading::existByCompany Method
Determines whether the specified record exists in the TaxWithholdGroupHeading table.
client server public static boolean existByCompany(DataAreaId _company, TaxWithholdGroup _taxWithholdGroupId)
Called
- _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.
Type: boolean
true if the specified record exists; otherwise, false.