ReleaseUpdateDB::indexAllowNoDup Method [AX 2012]
Enables a unique index.
Syntax
server public static void indexAllowNoDup(DictIndex _dictIndex)
Run On
Server
Parameters
- _dictIndex
Type: DictIndex Class
The index to enable.
Remarks
This method is often called in a PostSync, final script to enable the unique index of a table.