Share via


ReleaseUpdateDB60_Payroll.updatePayrollAccrual Method [AX 2012]

Inserts records into the PayrollAccrual table from the PRLPayElements table.

Syntax

public void updatePayrollAccrual()

Run On

Server

Remarks

The records in the PRLEmplBenefits table need to be upgraded into the PayrollAccrual table.

A reference to the new PayrollAccrual record will be updated to the related PRLPayElements table record in the DEL_MappingRecId field. This reference will the correct foreign key to use when upgrading other tables that have a relationship to the same PRLPayElements table record.

See Also

Reference

ReleaseUpdateDB60_Payroll Class