EntityDeduplicationTask.dedupeMode
Property Description |
The mode in which to merge or delete duplicate records. Use a task.DedupeMode enum value to set this property. |
Type |
string |
Module |
|
Since |
2015.2 |
Syntax
Important:
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/task Module Script Samples.
//Add additional code
...
dedupeTask.dedupeMode = task.DedupeMode.MERGE;
...
//Add additional code