Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets a value that indicates whether an email notification is sent after the asynchronous system job that detects multiple duplicate records finishes running. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

No code example is currently available or this language may not be supported.

Property Value

Type:

Type: Boolean
true if an email notification should be sent after the job to detect multiple duplicate records is finished running or has failed; otherwise, false.

If you set this property to true, the following requirements also apply:

  • The caller must have prvCreateEmailTemplate and prvReadEmailTemplate privileges in addition to the privileges that are needed to detect duplicate records.

  • You must specify a value for the property.

  • For the email notification, use the email template or custom email templates. To customize the email templates, see the Templates area of the web application. To access these templates, in the nav bar, choose Settings > Templates > Email Templates.

If you set the property to false, the , , and properties are not used in the BulkDetectDuplicatesRequest class. We recommend that you set the unused properties to the following values:


TemplateId = Guid.Empty;
ToRecipients = new Guid[0];
CCRecipients = new Guid[0];

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: