Share via


ReleaseUpdateDB60_Payroll.updatePayrollPayPeriod Method [AX 2012]

Inserts records into the PayrollPayPeriod table from the DEL_PRLPayrollPeriod table.

Syntax

public void updatePayrollPayPeriod()

Run On

Server

Remarks

The PayPeriodID field of the PayrollPayPeriod table is new in this release and is part of an alternate key on the new table. The value is created by concatenating the Year of the period + " period " + an integer representing the order of the period within the year.

See Also

Reference

ReleaseUpdateDB60_Payroll Class