PayrollTaxGroupCode.existTaxGroup Method
Checks if a record exists in PayrollTaxGroupCode table given a tax group ID.
Syntax
public boolean existTaxGroup(PayrollTaxGroupRecId _recId)
Run On
Called
Parameters
- _recId
Type: PayrollTaxGroupRecId Extended Data Type
The value of the tax group ID to check.
Return Value
Type: boolean
true if a record exists given the tax group ID; otherwise, false.