ReleaseUpdateDB60_HRM.updateHcmLoanItem Method [AX 2012]

Inserts records into the HcmLoanItem table from the HRMLoanTable table.

Syntax

public void updateHcmLoanItem()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the HrmLoanId field of the HRMLoanTable table. This creates unique identifiers for the HcmLoanItem table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The Worker field of the HcmLoanItem table is the foreign key to the HcmWorker table.The LoanType field of the HcmLoanItem table is the foreign key to the HcmLoanType table.

See Also

Reference

ReleaseUpdateDB60_HRM Class