Share via


ReleaseUpdateDB60_Payroll.updatePayrollWorkerTaxCodeParameterValue Method [AX 2012]

Updates records in the PayrollWorkerTaxCodeParameterValue table using values from the following tables: PrlEmployeeUSFederalTaxSetup, PrlEmployeeUSStateTaxSetup, and PrlEmployeeUSLocalTaxSetup.

Syntax

public void updatePayrollWorkerTaxCodeParameterValue()

Run On

Server

Remarks

The PrlEmployeeUSFederalTaxSetup table contains all the federal tax setup information.

The PrlEmployeeUSStateTaxSetup table contains all the state tax setup information.

The PrlEmployeeUSLocalTaxSetup table contains all the local tax setup information.

The upgrade of the miscellaneous taxes in both the PrlEmployeeUSStateTaxSetup table and the PrlEmployeeUSLocalTaxSetup table is in script updatePayrollMiscellaneousTaxesValue().

See Also

Reference

ReleaseUpdateDB60_Payroll Class