PayrollTaxTypeInitialization.setCity Method [AX 2012]

Specifies parameters for city tax processing.

public void setCity(
    PayrollGNIS _locationCode, 
    boolean _isExempt, 
    boolean _isResident, 
    PayrollWorkerTaxCode _workerTaxCode, 
    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.
_isResident
Type: boolean
A value that specifies whether it is a resident.
_workerTaxCode
Type: PayrollWorkerTaxCode Table
The record ID of the worker tax code.
_method
Type: PayrollMethodModifier Enumeration
The method modifier value.

Community Additions

ADD
Show: