PayrollTaxTypeInitialization.setOLFCounty Method [AX 2012]
Specifies parameters for Kentucky County Occupational License Fee processing.
public void setOLFCounty(
PayrollGNIS _locationCode,
boolean _isExempt,
boolean _isResidentCounty,
Amount _taxTotalYtd)
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.
- _isResidentCounty
- Type: boolean
A value that specifies whether it is a resident county.
- _taxTotalYtd
- Type: Amount Extended Data Type
The total YTD tax amount.
Community Additions
ADD
Show: