Share via


ReleaseUpdateDB60_HRM.updateHcmJobTemplateSkill Method [AX 2012]

Inserts data into the HcmJobTemplateSkill table from the HRMJobSkillProfile table.

Syntax

public void updateHcmJobTemplateSkill()

Run On

Server

Remarks

  1. The JobTemplate field which holds the record ID from the HcmJobTemplate table replaces the Reference field.

  2. The Skill field which holds the record ID from the HcmSkill table replaces the SkillId field.

  3. The RatingLevel field which holds the record ID from the HcmRatingLevel table replaces the RatingLevelId field.

See Also

Reference

ReleaseUpdateDB60_HRM Class