Share via


ReleaseUpdateDB60_HRM.updateHcmJobDetail Method [AX 2012]

Inserts data into the HcmJobDetail table from the HRPPartyJobTableRelationship table.

Syntax

public void updateHcmJobDetail()

Run On

Server

Remarks

  1. The Job field which holds the record ID from the HcmJob table replaces the JobId field.

  2. The JobFunction field which holds the record ID from the HcmJobFunction table replaces the HrmCompJobFunctionId field.

  3. The JobType field which holds the record ID from the HcmJobType table replaces the HrmCompJobTypeId field.

  4. The CompensationLevel field which holds the record ID from the HcmCompensationLevel table replaces the HrmCompLevelId field.

  5. The Title field which holds the record ID from the HcmTitle table replaces the Title field.

  6. The SurveyCompany field which holds the record ID from the HcmSurveyCompany table replaces the HrmCompSurveyCompanyId field.

See Also

Reference

ReleaseUpdateDB60_HRM Class