Share via


ReleaseUpdateDB60_Payroll.updatePayrollPayCycle Method [AX 2012]

Inserts records into the PayrollPayCycle table from the DEL_PRLPayPeriodMaster table.

Syntax

public void updatePayrollPayCycle()

Run On

Server

Remarks

This upgrade will retain the data of each company by appending the DataAreaId field to the PayrollPeriodId field of the DEL_PRLPayrollPeriodMaster table to create new, unique identifiers for the PayrollPayCycle table when multiple companies exist. If only one company exists, the DataAreaId field will not be appended.

See Also

Reference

ReleaseUpdateDB60_Payroll Class