PayrollTaxTypeInitialization.setEmployerSDIWashington Method [AX 2012]
Specifies parameters for employer Washington Industrial Insurance tax processing.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void setEmployerSDIWashington(
PayrollGNIS _locationCode,
boolean _isExempt,
PayrollWorkerTaxCode _workerTaxCode,
[Amount _productiveHours])
Microsoft Dynamics AX 2012 R2 (SYS)
public void setEmployerSDIWashington(
PayrollGNIS _locationCode,
boolean _isExempt,
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.
- _workerTaxCode
- Type: PayrollWorkerTaxCode Table
The PayrollWorkerTaxCode record that contains the SDI tax rate.
- _productiveHours
- Type: Amount Extended Data Type
Community Additions
ADD
Show:
Note