ReleaseUpdateDB::deleteDuplicatesUsingIds Method [AX 2012]

Deletes duplicate records by using field IDs.

server public static void deleteDuplicatesUsingIds(
    TableId tableId, 
   [FieldId first, 
    Set fieldSet])

Run On

Server

Parameters

tableId
Type: TableId Extended Data Type
The ID of a table.
first
Type: FieldId Extended Data Type
The first ID to process.
fieldSet
Type: Set Class
A set of field IDs to process.

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

Show: