Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.