ReleaseUpdateDB::indexAllowDup Method [AX 2012]

Disables a unique index and saves the modification in the layer where the index exists.

server public static void indexAllowDup(DictIndex _dictIndex)

Run On

Server

Parameters

_dictIndex
Type: DictIndex Class
The index to disable.

The indexEnable method must be called later.

Show: