Share via


ReleaseUpdateDB60_HRM.updateHcmSkillMappingSkill Method [AX 2012]

Inserts records in the HcmSkillMappingSkill table from the HRMSkillMappingSkill table.

Syntax

public void updateHcmSkillMappingSkill()

Run On

Server

Remarks

The SkillMappingHeader field holds the record ID from the HcmSkillMappingTable table replaces the hrmSkillMappingTableId field.The SKill field holds the record ID from the HcmSkill table replaces the hrmSkillId field.The RatingLevel field holds the record ID from the HcmRatingLevel table replaces the ratingLevel field.

See Also

Reference

ReleaseUpdateDB60_HRM Class