ReleaseUpdateDB60_HRM.updateHcmPersonEducation Method [AX 2012]

Inserts records into the HcmPersonEducation table from the HRMVirtualNetworkEducation table.

Syntax

public void updateHcmPersonEducation()

Run On

Server

Remarks

The Person field that holds the record ID from the DirPerson table replaces the HrmVirtualNetworkId field.The EducationDiscipline field that holds the record ID from the HcmEducationDiscipline table replaces the HrmEducationTypeId field.The EducationInstitution field that holds the record ID from the HcmEducationInstitution table replaces the HrmEducationCenterId field.The EducationLevel field that holds the record ID from the HcmEducationLevel table replaces the HrmEducationDegreeId field.

See Also

Reference

ReleaseUpdateDB60_HRM Class