ReleaseUpdateDB60_HRM.updateHcmCourseTypeGroup Method [AX 2012]

Inserts records into the HcmCourseTypeGroup table from the DEL_HRMCourseTypeGroup table.

Syntax

public void updateHcmCourseTypeGroup()

Run On

Server

Remarks

This upgrade will discard duplicate records if the DEL_HrmCourseTypeGroupId field and the Description field of the DEL_HRMCourseTypeGroup table are identical. The new unique identifier CourseTypeGroupId field of the HcmCourseTypeGroup table combines the DEL_HrmCourseTypeGroupId field and the DataAreaId field of the DEL_HRMCourseTypeGroup table from the first record found. All records that are identified as duplicates in other companies will be discarded. If only one company exists, the DataAreaId field will not be appended.

See Also

Reference

ReleaseUpdateDB60_HRM Class