ReleaseUpdateDB60_HRM.updateHcmCourseType Method [AX 2012]

Inserts records into the HcmCourseType table from the DEL_HRMCourseType table.

Syntax

public void updateHcmCourseType()

Run On

Server

Remarks

This upgrade will retain the data of each company by appending the DataAreaId field to the DEL_HrmCourseTypeId field of the DEL_HRMCourseType table. This creates new, unique identifiers for the HcmCourseType table when multiple companies exist. If only one company exists, the DataAreaId field will not be appended.The CourseTypeGroup field in the HcmCourseType table is the foreign key to the HcmCourceTypeGroup table.

See Also

Reference

ReleaseUpdateDB60_HRM Class