Share via


ReleaseUpdateDB60_HRM.updateHcmJobTemplate Method [AX 2012]

Inserts data into the HcmJobTemplate table from the HRMJobTemplate table.

Syntax

public void updateHcmJobTemplate()

Run On

Server

Remarks

This update will retain the data of each company by appending value of the DataAreaId field to the JobTemplateId field of the HRMJobTemplate table. This creates unique identifiers for the HcmJobTemplate table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.

See Also

Reference

ReleaseUpdateDB60_HRM Class