Share via


ReleaseUpdateDB60_HRM.updateHcmSurveyCompany Method [AX 2012]

Inserts records in the HcmSurveyCompany table from the HRMCompSurveyCompany table.

Syntax

public void updateHcmSurveyCompany()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the SurveyCompanyId field of the HRMCompSurveyCompany table. This creates unique identifiers for the HcmSurveyCompany 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