Share via


ReleaseUpdateDB60_HRM.updateHcmCourseTypeEducationProfile Method [AX 2012]

Inserts records into the HcmCourseTypeEducationProfile table from the DEL_HRMCourseTypeEducationProfile table.

Syntax

public void updateHcmCourseTypeEducationProfile()

Run On

Server

Remarks

This upgrade will retain the data of each company.

The CourseType field in the HcmCourseTypeEducationProfile table is the foreign key to the HcmCourseType table.

The EducationDiscipline field in the HcmCourseTypeEducationProfile table is the foreign key to the HcmEducationDiscipline table.

See Also

Reference

ReleaseUpdateDB60_HRM Class