PayrollSetup::refreshWorkerTaxRegionTaxesAllTime Method [AX 2012]
Updates worker tax region for any tax changes for the previous and coming year.
client server public static container refreshWorkerTaxRegionTaxesAllTime(PayrollWorkerTaxRegion _workerTaxRegion, [boolean _returnList])
Run On
CalledParameters
- _workerTaxRegion
- Type: PayrollWorkerTaxRegion Table
The PayrollWorkerTaxRegion record that specifies the HcmWorker for which to refresh tax code assignments and parameters based on the inferred PayrollTaxRegion.
- _returnList
- Type: boolean
Specifies if a container should be returned of the tax codes added; optional.
Return Value
Type: containerA container containing the string values representing the tax codes and parameter values added by the method.
Show: