Share via


ReleaseUpdateDB::indexAllowNoDup Method [AX 2012]

Enables a unique index.

Syntax

server public static void indexAllowNoDup(DictIndex _dictIndex)

Run On

Server

Parameters

Remarks

This method is often called in a PostSync, final script to enable the unique index of a table.

See Also

Reference

ReleaseUpdateDB Class