ReleaseUpdateDB::deleteDuplicatesUsingNames Method [AX 2012]
Deletes duplicate records by using names.
server public static void deleteDuplicatesUsingNames(TableName _tableName, Set fieldNames)
Run On
ServerParameters
- _tableName
- Type: TableName Extended Data Type
The name of a table.
- fieldNames
- Type: Set Class
A set of field names.
Show: