Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes duplicate records by using field IDs.
Syntax
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.
Remarks
Search for sample usages in existing classes when you use this method.