ReleaseUpdateDB60_HRM.updateHRMCompEligibility Method [AX 2012]

Updates the HRMCompEligibility table.

Syntax

public void updateHRMCompEligibility()

Run On

Server

Remarks

Updates the Unions field of the HRMCompEligibility table with the value that corresponds from the record ID of the HcmUnions table, updates the JobType field of the HRMCompEligibility table with the value that corresponds from the record ID of the HcmJobType table, updates the JobFunction field of the HRMCompEligibility table with the value that corresponds from the record ID of the HcmJobFunction table, and updates the Department field of the HRMCompEligibility table with the value that corresponds from the Party field of the DirPartyInternalOrganizationTable table, which is a foreign key to the OMDepartment table.

See Also

Reference

ReleaseUpdateDB60_HRM Class