Share via


ReleaseUpdateDB60_HRM.updateHcmDiscussion Method [AX 2012]

Inserts records into the HcmDiscussion table from the HRMInterviewTable table.

Syntax

public void updateHcmDiscussion()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the HrmInterviewId field of the HRMInterviewTable table. This creates unique identifiers for the HcmDiscussion table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The Worker field of the HcmDiscussion table is the foreign key to the HcmWorker table.The Goal field of the HcmDiscussion table is the foreign key to the HcmGoal table.The DiscussionType field of the HcmDiscussion table is the foreign key to the HcmDiscussionType table.

See Also

Reference

ReleaseUpdateDB60_HRM Class