Share via


ReleaseUpdateDB60_HRM.updateHcmCompLocation Method [AX 2012]

Inserts records into the HcmCompLocation table from the HRMCompLocation table.

Syntax

public void updateHcmCompLocation()

Run On

Server

Remarks

This upgrade will discard duplicate records if the LocationId field and the Description field of the HRMCompLocation table are identical. The new unique identifier CompLocationId field of the HcmCompLocation table combines the LocationId field and the DataAreaId field of the HRMCompLocation table from the first record found. All records found that are identified as duplicates in other companies will be discarded. If only one company exists, the DataAreaId field will not be appended.

See Also

Reference

ReleaseUpdateDB60_HRM Class