PayrollTaxTypeInitialization.setWC Method [AX 2012]

Specifies parameters for state Worker’s Compensation Insurance tax processing.

public void setWC(
    PayrollGNIS _locationCode, 
    boolean _isExempt, 
    PayrollTaxCodeDetail _detail, 
    PayrollMethodModifier _method)

Run On

Server

Parameters

_locationCode
Type: PayrollGNIS Extended Data Type
The location code to process.
_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.
_method
Type: PayrollMethodModifier Enumeration
The method modifier value, which provides additional instructions for processing the tax.

Community Additions

ADD
Show: