ReleaseUpdateDB::deleteDuplicatesUsingNames Method [AX 2012]

Deletes duplicate records by using names.

server public static void deleteDuplicatesUsingNames(TableName _tableName, Set fieldNames)

Run On

Server

Parameters

_tableName
Type: TableName Extended Data Type
The name of a table.
fieldNames
Type: Set Class
A set of field names.

Search for sample usages in existing classes when you use this method.

Show: