ReleaseUpdateDB60_HRM.updateHcmPayrollFrame Method [AX 2012]

Inserts records into the HcmPayrollFrame table from the HRMPayrollFrame table.

Syntax

public void updateHcmPayrollFrame()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId to the HrmEmplPayrollFrameId field of the HRMPayrollFrame table. This creates unique identifiers for the HcmPayrollFrame table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The PayrollFrameCategory field of the HcmPayrollFrame table is the foreign key to the HcmPayrollFrameCategory table.

See Also

Reference

ReleaseUpdateDB60_HRM Class