Share via


ReleaseUpdateDB60_Payroll.createAccrualId Method [AX 2012]

Creates a record in the PayrollAccrual table from a single record in the PRLEmplBenefits table

Syntax

private PayrollAccrual createAccrualId(DEL_PRLEmplBenefits _emplBenefits)

Run On

Server

Parameters

Return Value

Type: PayrollAccrual Table
A record in the PayrollAccrual table created in this method.

Remarks

This method processes one record in the PRLEmplBenefits table.

See Also

Reference

ReleaseUpdateDB60_Payroll Class