PayrollTaxTypeInitialization.setEMST Method [AX 2012]
Specifies parameters for PA EMST tax processing.
public void setEMST(
PayrollTaxCodeId _taxCodeId,
boolean _isExempt,
boolean _isResidentCity,
Amount _taxTotalYtd)
Run On
ServerParameters
- _taxCodeId
- Type: PayrollTaxCodeId Extended Data Type
The Symmetry tax code that is being processed.
- _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.
- _taxTotalYtd
- Type: Amount Extended Data Type
The total YTD tax amount.
Community Additions
ADD
Show: