ReleaseUpdateDB60_HRM.updateHRMApplication Method [AX 2012]

Updates fields in the HRMApplication table.

Syntax

public void updateHRMApplication()

Run On

Server

Remarks

Updates the Applicant field of the HRMApplication table with the record ID value of the HcmApplicant table that corresponds. Updates the HcmReasonCode field of the HRMApplication table with the record ID value of the HcmReasonCode table that corresponds. Updates the Department field of the HRMApplication table with the record ID value of the DirPartyTable table, that corresponds. Updates the HiringManager field of the HRMApplication table with the record ID value of the HcmWorker table, that corresponds. Creates records for HcmApplicant table from EmplTable table records which have HRMApplication record that corresponds. Creates records for HcmApplicant table from ContactPerson table records which have HRMApplication record that corresponds.

See Also

Reference

ReleaseUpdateDB60_HRM Class