Share via


ReleaseUpdateDB60_HRM.updateHcmGoalActivity Method [AX 2012]

Inserts records into the HcmGoalActivity table from the HRMGoalActivity table.

Syntax

public void updateHcmGoalActivity()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the ActivityId field of the HRMGoalActivity table. This creates unique identifiers for the HcmGoalActivity table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The Goal field of the HcmGoalActivity table is the foreign key to the HcmGoal table.

See Also

Reference

ReleaseUpdateDB60_HRM Class