ReleaseUpdateDB60_HRM.updateHcmPersonAccommodation Method [AX 2012]

Inserts records into the HcmPersonAccommodation table from the HRMVirtualNetworkAccommodation table.

Syntax

public void updateHcmPersonAccommodation()

Run On

Server

Remarks

The Person field that holds the record ID from the DirPerson table replaces the HrmVirtualNetworkId field.The AccommodationType field that holds the record ID from the HcmAccommodationType table replaces the HrmAccommodationTypeId field.The JobTask field that holds the record ID from the HcmJobTask table replaces field HRMTaskId field.The AcceptedWorker field that holds the record ID from the HcmWorker table replaces the AcceptedEmplId field.

See Also

Reference

ReleaseUpdateDB60_HRM Class