ReleaseUpdateDB::indexAllowNoDup Method [AX 2012]

Enables a unique index.

server public static void indexAllowNoDup(DictIndex _dictIndex)

Run On

Server

Parameters

_dictIndex
Type: DictIndex Class
The index to enable.

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

Show: