Skip to content

Commit f81cbea

Browse files
Add PreserveEmailSenderRecipientParties org setting
Adds the PreserveEmailSenderRecipientParties OrgDBOrgSetting (Boolean, default false) introduced by CDS PR 1145424. When enabled, the original sender/To/Cc/Bcc activity-party data on existing emails is preserved when a party record's email address or name is later changed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e4b239b commit f81cbea

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • mspfedyn_/OrgDbOrgSettings/Solution/WebResources/mspfedyn_/OrgDbOrgSettings

mspfedyn_/OrgDbOrgSettings/Solution/WebResources/mspfedyn_/OrgDbOrgSettings/Settings.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,18 @@
310310
supportUrl="https://learn.microsoft.com/en-us/dynamics365/customer-service/administer/arc-email-sub-chg"
311311
urlTitle="KB 2691237"
312312
description="Administrators can use regex expressions to define whether a new case should be created when the email subject changes on a reply or a forwarded email that has a related active or resolved case." />
313+
<orgSetting
314+
minSupportedVersion="9.2.24065.0"
315+
maxSupportedVersion="9.9.9999.9999"
316+
name="PreserveEmailSenderRecipientParties"
317+
isOrganizationAttribute="false"
318+
min=""
319+
max=""
320+
defaultValue="false"
321+
settingType="Boolean"
322+
supportUrl="https://learn.microsoft.com/en-us/power-platform/admin/orgdborgsettings"
323+
urlTitle="OrgDBOrgSettings"
324+
description="Default: &lt;b&gt;false&lt;/b&gt;. When set to &lt;b&gt;true&lt;/b&gt;, the original sender / To / Cc / Bcc activity-party data (AddressUsed, PartyIdName) on existing email activities is preserved when a party record's (contact, systemuser, queue, etc.) email address or name is later changed. By default the platform cascades the new address/name down to all activity parties, including the parties on historical emails, which can retroactively change the recorded recipients on old emails. &lt;b&gt;Note:&lt;/b&gt; this is not retroactive (it only affects address/name changes made after the setting is enabled) and also requires the platform flag AllowPreserveEmailSenderRecipientParties (true by default). Introduced by CDS PR 1145424." />
313325
</defaultOrgSettings>
314326

315327

0 commit comments

Comments
 (0)