Share via


ReleaseUpdateDB60_HRM.allowDupIndex Method [AX 2012]

Disable the unique indexes on the HRM tables to enable duplicate ids.

Syntax

public void allowDupIndex()

Run On

Server

Remarks

The index HcmWorker_AK2 of the HcmWorker table is disabled.The index IdIdx of the HRCComp table is disabled.The index IdIdx of the HRMCourseInstructor table is disabled.The index IdIdx of the HRMCourseTableInstructor table is disabled.The index CoursePersonIdx of the HRMCourseAttendee table is disabled.The index IdIdx of the HRMCourseAttendeeLine table is disabled.The index applicationIdx of the HRMApplicantRouting table is disabled.The index correspondenceTableIdx of the HRMApplicationWordBookmark table is disabled.The index groupIdIdx of the HRMVirtualNetworkGroupRelation table is disabled.The index IdIdx of the HRMCompEligibilityLevel table is disabled.The index IdIdx of the HRMCompEligibility table is disabled.The index IdIdx of the HRMCompVarPlanLevel table is disabled.The index OrganizationUnionLocationIdx of the HRMCompFixedBudget table is disabled.The index IdIdx of the HRMCompFixedBudget table is disabled.The index PerfPlanOrganizationIdx of the HRMCompPerfAllocation table is disabled.The index IdIdx of the HRMCompPerfAllocation table is disabled.The index IdIdx of the HRMCompFixedEmpl table is disabled.The index IdIdx of the HRMCompEventEmpl table is disabled.The index IdIdx of the HRMCompEventLine table is disabled.The index IdIdx of the HRMCompEventLineComposite table is disabled.The index IdIdx of the HRMCompEventLineFixed table is disabled.The index IdIdx of the HRMCompEventLinePointInTime table is disabled.The index IdIdx of the HRMCompPerfPlanEmpl table is disabled.The index IdIdx of the HRMCompVarEnrollEmpl table is disabled.The index IdIdx of the HRMCompVarEnrollEmplLine table is disabled.

See Also

Reference

ReleaseUpdateDB60_HRM Class