ReleaseUpdateDB60_HRM.updateHcmCourseTypeSkillProfile Method [AX 2012]

Inserts records into the HcmCourseTypeSkillProfile table from the DEL_HRMCourseTypeSkillProfile table.

Syntax

public void updateHcmCourseTypeSkillProfile()

Run On

Server

Remarks

This upgrade will retain the data of each company.

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

The Skill field in the HcmCourseTypeSkillProfile table is the foreign key to the HcmSkill table.

The RatingLevel field in the HcmCourseTypeSkillProfile table is the foreign key to the HcmRatingLevel table.

See Also

Reference

ReleaseUpdateDB60_HRM Class