PayrollTaxTypeInitialization.setMOT Method [AX 2012]
Specifies parameters for West Virginia Municipal Occupation Fee tax processing.
public void setMOT(
PayrollGNIS _locationCode,
boolean _isExempt,
boolean _isResidentCity,
PayrollWorkerTaxCode _workerTaxCode)
Run On
ServerParameters
- _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.
- _isResidentCity
- Type: boolean
A value that specifies whether it is a resident city.
- _workerTaxCode
- Type: PayrollWorkerTaxCode Table
The record ID of the worker tax code.
Community Additions
ADD
Show: