Share via


ReleaseUpdateDB60_Proj.allowNoDupIndex Method [AX 2012]

Reset the unique indexes on the Project Accounting tables.

Syntax

public void allowNoDupIndex()

Run On

Server

Remarks

The unique index ProjEmplCatDateIdx of the ProjCostPriceExpense table is reset.

The unique index ProjCatEmplDateIdx of the ProjCostSalesPrice table is reset.

The unique index DefaultOffsetAccountIndex of the ProjDefaultOffsetSetup table is reset.

The unique index ProjEmplCatDateIdx of the ProjHourCostPrice table is reset.

The unique index ProjCatEmplDateIdx of the ProjHourSalesPrice table is reset.

The unique index PeriodIdIdx of the ProjPeriodEmpl table is reset.

The unique index ProjCatEmplDateIdx of the ProjRevenueSalesPrice table is reset.

The unique index GroupEmplIdx of the ProjValEmplCategorySetUp table is reset.

The unique index GroupProjIdx of the ProjValEmplProjSetup table is reset.

The unique index HcmWorkerIdx of the ProjExpPolicyGroupEmpl table is reset.

The unique index Idx of the TSTimesheetEmployeeFilter table is reset.

The unique index SyncProjTransIdx of the SyncProjTransaction table is reset.

See Also

Reference

ReleaseUpdateDB60_Proj Class