Share via


ReleaseUpdateDB60_HRM.allowNoDupIndex Method [AX 2012]

Reset the unique indexes on the HRM tables.

Syntax

public void allowNoDupIndex()

Run On

Server

Remarks

The unique index HcmWorker_AK2 of the HcmWorker table is reset.

The unique index IdIdx of the HRCComp table is reset.

The unique index IdIdx of the HRMCourseInstructor table is reset.

The unique index IdIdx of the HRMCourseTableInstructor table is reset.

The unique index CoursePersonIdx of the HRMCourseAttendee table is reset.

The unique index IdIdx of the HRMCourseAttendeeLine table is reset.

The unique index applicationIdx of the HRMApplicantRouting table is reset.

The unique index correspondenceTableIdx of the HRMApplicationWordBookmark table is reset.

The unique index groupIdIdx of the HRMVirtualNetworkGroupRelation table is reset.

The unique index IdIdx of the HRMCompEligibilityLevel table is reset.

The unique index IdIdx of the HRMCompEligibility table is reset.

The unique index IdIdx of the HRMCompVarPlanLevel table is reset.

The unique index OrganizationUnionLocationIdx of the HRMCompFixedBudget table is reset.

The unique index IdIdx of the HRMCompFixedBudget table is reset.

The unique index PerfPlanOrganizationIdx of the HRMCompPerfAllocation table is reset.

The unique index IdIdx of the HRMCompPerfAllocation table is reset.

The unique index IdIdx of the HRMCompFixedEmpl table is reset.

The unique index IdIdx of the HRMCompEventEmpl table is reset.

The unique index IdIdx of the HRMCompEventLine table is reset.

The unique index IdIdx of the HRMCompEventLineComposite table is reset.

The unique index IdIdx of the HRMCompEventLineFixed table is reset.

The unique index IdIdx of the HRMCompEventLinePointInTime table is reset.

The unique index IdIdx of the HRMCompPerfPlanEmpl table is reset.

The unique index IdIdx of the HRMCompVarEnrollEmpl table is reset.

The unique index IdIdx of the HRMCompVarEnrollEmplLine table is reset.

See Also

Reference

ReleaseUpdateDB60_HRM Class