PayrollTaxCode.existByTaxCodeType Method
Checks if a record exists in the PayrollTaxCode table given a tax code type.
Syntax
public boolean existByTaxCodeType(PayrollTaxCodeType _taxCodeType)
Run On
Called
Parameters
- _taxCodeType
Type: PayrollTaxCodeType Enumeration
The value of the tax code type to check.
Return Value
Type: boolean
true if a record exists given the tax code type; otherwise, false.