PayrollTaxTypeInitialization.setSDI Method [AX 2012]

Specifies parameters for State Disability Insurance tax processing.

public void setSDI(
    PayrollGNIS _locationCode, 
    boolean _isExempt, 
    PayrollTaxCodeDetail _detail, 
    PayrollWorkerTaxCode _workerTaxCode, 
    PayrollMethodModifier _method, 
    Amount _taxTotalYtd)

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 PayrollTaxCodeDetail record that contains the SDI tax rate, depending on the type of SDI tax, and the wage base.
_workerTaxCode
Type: PayrollWorkerTaxCode Table
The PayrollWorkerTaxCode record that contains the SDI tax rate, depending on the type of SDI tax.
_method
Type: PayrollMethodModifier Enumeration
The method modifier value.
_taxTotalYtd
Type: Amount Extended Data Type
The total YTD tax amount.

Community Additions

ADD
Show: