Share via


ReleaseUpdateDB60_HRM.updateHcmSkill Method [AX 2012]

Inserts records into the HcmSkill table from the HRMSkill table.

Syntax

public void updateHcmSkill()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the SkillId field of the HRMSkill table. This creates unique identifiers for the HcmSkill table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The SkillType field of the HcmSkill table is the foreign key to the HcmSkillType table.The RatingModel field of the HcmSkill table is the foreign key to the HcmRatingModel table.

See Also

Reference

ReleaseUpdateDB60_HRM Class