Share via


ReleaseUpdateDB60_HRM.updateHcmWorkerNonHcm Method [AX 2012]

Inserts records into the OutlookUserSetup table, the ProjWorkerSetup table, the PurchRFQWorkerSetup table and the SMADispatchWorkerSetup table from the EmplTable table.

Syntax

public void updateHcmWorkerNonHcm()

Run On

Server

Remarks

This upgrade is identified as, not discard duplicates. The Worker field in the OutlookUserSetup table is the foreign key to the HcmWorker table. The Worker field in the ProjWorkerSetup table is the foreign key to the HcmWorker table. The Worker field in the PurchRFQWorkerSetup table is the foreign key to the HcmWorker table. The Worker field in the SMADispatchWorkerSetup table is the foreign key to the HcmWorker table.

See Also

Reference

ReleaseUpdateDB60_HRM Class