ReleaseUpdateDB60_HRM.updateHcmEducationLevel Method [AX 2012]

Inserts records into the HcmEducationLevel table from the HRMEducationDegree table.

Syntax

public void updateHcmEducationLevel()

Run On

Server

Remarks

This update will discard duplicate records if the HrmEducationDegreeId field and the Description field of the HRMEducationDegree table are identical. The unique identifier EducationLevelID field of the HcmEducationLevel table combines the HrmEducationDegreeId field and the DataAreaId field of the HRMEducationDegree table from the first record that is found. All records that are found that are identified as duplicates in other companies will be discarded. If there is only one company, the DataAreaId field will not be appended.

See Also

Reference

ReleaseUpdateDB60_HRM Class