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 names.
Syntax
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.
Remarks
Search for sample usages in existing classes when you use this method.