Share via


ReleaseUpdateDB60_Payroll.updatePayrollWorkerAccrualDetails Method [AX 2012]

Inserts records into the PayrollWorkerEnrolledAccrual table from the PRLBenefitEntitled table.

and sets the intial Accrued and Usages values in the PayrollWorkerEnrolledAccrual table for the accrual.

Syntax

public void updatePayrollWorkerAccrualDetails()

Run On

Server

Remarks

The records in the PRLBenefitEntitled table need to be upgraded into the PayrollWorkerEnrolledAccrual table.

To prevent the upgrading of orphaned records only PRLBenefitEntitled table records with a valid relationship to the PRLPayElements table and the DEL_EmplTable table will be upgraded.

See Also

Reference

ReleaseUpdateDB60_Payroll Class