BulkDetectDuplicates Action
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Submits an asynchronous system job that detects and logs multiple duplicate records.
This Web API action corresponds to the organization service BulkDetectDuplicatesRequest.
BulkDetectDuplicates action is not bound to any entity types.
Parameters
Parameters allow for data to be passed to the action.
Name |
Type |
Nullable |
Unicode |
Description |
---|---|---|---|---|
Query |
The query criteria for detecting multiple duplicate records |
|||
JobName |
Edm.String |
false |
false |
The name of the asynchronous system job that detects and logs multiple duplicate records. |
SendEmailNotification |
Edm.Boolean |
false |
Indicates whether an email notification is sent after the asynchronous system job that detects multiple duplicate records finishes running. |
|
TemplateId |
Edm.Guid |
false |
The ID of the template (email template) that is used for the email notification. |
|
ToRecipients |
Collection(activityparty EntityType) |
false |
An array of IDs for the system users (users) who are listed in the “To” box (recipients) of the email notification. |
|
CCRecipients |
Collection(activityparty EntityType) |
false |
An array of IDs for the system users (users) who are listed in the Cc box of the email notification. |
|
RecurrencePattern |
Edm.String |
false |
false |
The recurrence pattern for the asynchronous system job that detects multiple duplicate records. |
RecurrenceStartTime |
Edm.DateTimeOffset |
false |
The start date and time of an asynchronous system job that detects and logs multiple duplicate records. |
Return Type
The BulkDetectDuplicates action returns the following value.
Type |
Nullable |
Description |
---|---|---|
false |
Contains the response from the BulkDetectDuplicates Action |
See Also
Use Web API actions
Web API EntityType Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright