Share via


ReleaseUpdateDB60_HRM.updateHcmGoal Method [AX 2012]

Inserts records in the HcmGoal table from the HRMGoal table.

Syntax

public void updateHcmGoal()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the GoalId field of the HRMGoal table. This creates unique identifiers for the HcmGoal table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The Worker field of the HcmGoal table is the foreign key to the HcmWorker table.The GoalType field of the HcmGoal table is the foreign key to the HcmGoalType table.The GoalHeading field of the HcmGoal table is the foreign key to the HcmGoalHeading table.

See Also

Reference

ReleaseUpdateDB60_HRM Class