Share via


ReleaseUpdateDB60_Payroll.createTaxRegionData Method [AX 2012]

Inserts records into the following tables: PayrollTaxRegion, PayrollTaxRegionForSymmetry, LogisticsLocation, LogisticsPostalAddress, PayrollWorkerTaxRegion, PayrollWorkerTaxRegionForSymmetry, PayrollWorkerResidentTaxRegion, and PayrollPositionWorkerDefaultTaxRgn.

Syntax

public void createTaxRegionData()

Run On

Server

Remarks

For every distinct GNISLocation in the PRLEmployeeUSLocalTaxSetup, a new record will be inserted into the following tables: PayrollTaxRegion, PayrollTaxRegionForSymmetry, LogisticsLocation, and LogisticsPostalAddress. For a given GNISLocation, the following tables will have new records inserted based on the number of records in the PRLEmployeeUSLocalTaxSetup table: PayrollWorkerTaxRegion, PayrollWorkerTaxRegionForSymmetry, PayrollWorkerResidentTaxRegion. Finally, all PRLEmployeeUSLocalTaxSetup records with EntryDefault set to Yes will create a new record in the PayrollPositionWorkerDefaultTaxRgntable for every HcmPositionWorkerAssignment assigned to the given worker.

See Also

Reference

ReleaseUpdateDB60_Payroll Class