Share via


ReleaseUpdateDB60_HRM.updateHRMApplicantTableFK Method [AX 2012]

Updates the EducationLevel field, the VeteranStatus field and the EthnicOrigin field of the HRMApplicantTable table.

Syntax

public void updateHRMApplicantTableFK()

Run On

Server

Remarks

Updates the EducationLevel field of the HRMApplicantTable table with the corresponding value from the record ID field of the HcmEducationLevel table.Updates the VeteranStatus field of the HRMApplicantTable table with the corresponding value from the record ID field of the HcmVeteranStatus table.Updates the EthnicOrigin field of the HRMApplicantTable table with the corresponding value from the record ID field of the HcmEthnicOrigin table.

See Also

Reference

ReleaseUpdateDB60_HRM Class