ReleaseUpdateDB60_HRM.updateHRMCompEligibility Upgrade Script
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
Class |
ReleaseUpdateDB60_HRM |
Method |
updateHRMCompEligibility |
Description |
Updates the Unions field in the HRMCompEligibility table with the values that correspond from the RecId field in the HcmUnions table. Updates the JobType field in the HRMCompEligibility table with the value that corresponds from the RecId field in the HcmJobType table. Updates the JobFunction field in the HRMCompEligibility table with the value that corresponds from the RecId field in the HcmJobFunction table. Updates the Department field in the HRMCompEligibility table with the value that corresponds from the Party field in the DirPartyInternalOrganizationTable table, which is a foreign key to the OMDepartment table. |
Affected Modules and Tables
Affected Modules |
---|
Human Resources |
Affected Tables |
---|
HRMCompEligibility |
Data Migration Section
From Table: HRMCompEligibility |
To Table: HRMCompEligibility |
---|---|
del_JobId |
Job |
del_JobFunctionId |
JobFunction |
del_JobTypeId |
JobType |
del_UnionId |
Union |
del_OrganizationUnitId |
Department |
del_LocationId |
CompLocation |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
HRMCompEligibility |
Department |
OMDepartmentRecId |
JobFunction |
RefRecId |
|
JobType |
RefRecId |
|
Unions |
RefRecId |
|
Job |
RefRecId |
|
CompLocation |
RefRecId |
Deleted Tables or Fields
Table |
Field |
---|---|
HRMCompEligibility |
del_JobID |
del_JobFunctionId |
|
del_JobTypeId |
|
del_UnionId |
|
del_OrganizationUnitId |
|
del_LocationId |