ReleaseUpdateDB60_HRM.updateHcmJobPreferredSkill Method [AX 2012]

Inserts data into the HcmJobPreferredSkill table from the HRMJobSkillProfile table.

Syntax

public void updateHcmJobPreferredSkill()

Run On

Server

Remarks

  1. The Job field which holds the record ID from HcmJob 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