Share via


ReleaseUpdateDB60_HRM.updateHcmPayrollLine Method [AX 2012]

Inserts records into the HcmPayrollLine table from the HRMPayrollLine table.

Syntax

public void updateHcmPayrollLine()

Run On

Server

Remarks

This upgrade will retain the data of each company.

The Employment field in the HcmPayrollLine table is the foreign key to the HcmEmployment table.

The PayrollCategory field in the HcmPayrollLine table is the foreign key to the HcmPayrollCategory table.

The PayrollPremium field in the HcmPayrollLine table is the foreign key to the HcmPayrollPremium table.

The ReasonCode field in the HcmPayrollLine table is the foreign key to the HcmReasonCode table.

See Also

Reference

ReleaseUpdateDB60_HRM Class