Share via


ReleaseUpdateDB60_HRM.updateHRMCompEventEmpl Method [AX 2012]

Updates the HRMCompEventEmpl table.

Syntax

public void updateHRMCompEventEmpl()

Run On

Server

Remarks

Updates the Department field of the HRMCompEventEmpl table with the corresponding value from the Party field of the DirPartyInternalOrganizationTable table, which is a foreign key to the OMDepartment table. Updates the Worker field of the HRMCompEventEmpl table with the corresponding value from the record ID field of the HcmWorker table.

See Also

Reference

ReleaseUpdateDB60_HRM Class