Share via


ReleaseUpdateDB60_Payroll.updatePayrollPaymentAccrualBalance Method [AX 2012]

Inserts records into the PayrollPaymentAccrualBalance table from the PRLWeeklyBenefits table.

Syntax

public void updatePayrollPaymentAccrualBalance()

Run On

Server

Remarks

The records in the PRLWeeklyBenefits do not align with individual pay statement records but for a given pay period. Since it is possible in AX 2009 that a given pay period could produce multiple pay statements; multiple upgraded pay statements may have a relationship to a single PayrollPaymentAccrualBalance table record. Thus, all pay statement for that period would have the same accrual period to date values.

See Also

Reference

ReleaseUpdateDB60_Payroll Class