Share via


ReleaseUpdateDB60_HRM.updateHcmCourseTypeCertificateProfile Method [AX 2012]

Inserts records into the HcmCourseTypeCertificateProfile table from the DEL_HRMCourseTypeCertificateProfile table.

Syntax

public void updateHcmCourseTypeCertificateProfile()

Run On

Server

Remarks

This upgrade will retain the data of each company.

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

The CertificateType field in the HcmCourseTypeCertificateProfile table is the foreign key to the HcmCertificateType table.

See Also

Reference

ReleaseUpdateDB60_HRM Class