PayrollTaxTypeInitialization.setEmployerUHI Method [AX 2012]

Specifies parameters for employer Massachusetts Unemployment Health Insurance tax processing.

public void setEmployerUHI(
    boolean _isExempt, 
    PayrollTaxCodeDetail _detail, 
    str _sutaState)

Run On

Server

Parameters

_isExempt
Type: boolean
A value that specifies whether the tax code is exempt from the tax calculation.
_detail
Type: PayrollTaxCodeDetail Table
The record ID of the tax code detail.
_sutaState
Type: str
The SUTA state.

Currently, only Massachusetts has a UHI tax.

Community Additions

ADD
Show: