Share via


ReleaseUpdateDB60_Payroll.updateHRMCompFixedEmpl Method [AX 2012]

Inserts records into the HRMCompFixedEmpl table from the PRLEmployeePayElements table

Syntax

public void updateHRMCompFixedEmpl()

Run On

Server

Remarks

Only the current primary earning setting will be upgraded.

Creates related records in the HRMCompFixedPlanTable table, HRMCompEligibility table, HRMCompPayFrequency table and HRMCompFixedAction table to associated with the records inserted in the HRMCompFixedEmpl table.

The related records in those table only be created when there are potential records to upgrade in the PRLEmployeePayElements table.

See Also

Reference

ReleaseUpdateDB60_Payroll Class