ReleaseUpdateDB60_HRM.updateHcmPosition Method [AX 2012]

Inserts data into the HcmPosition table from the HRPPartyPositionTable table.

Syntax

public void updateHcmPosition()

Run On

Server

Remarks

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