ReleaseUpdateDB60_HRM.updateHRMCompEventLineComposite Method [AX 2012]

Updates the HRMCompEventLineComposite table

Syntax

public void updateHRMCompEventLineComposite()

Run On

Server

Remarks

Updates the CompensationLevel field of the HRMCompEventLineComposite table with the corresponding value from the record ID field of the HcmCompensationLevel table.

Updates the Department field of the HRMCompEventLineComposite 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 HRMCompEventLineComposite table with the corresponding value from the RecId field of the HcmWorker table. Updates the Position field of the HRMCompEventLineComposite table with the corresponding value from the RecId field of the HcmPosition table.

See Also

Reference

ReleaseUpdateDB60_HRM Class