Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Updated settings xml yammer version changes and added ExpireChangeTrackingInDays organization attribute.
  • Loading branch information
seanmcne authored Feb 17, 2018
1 parent 01906ae commit ae864e0
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions mspfedyn_/OrgDbOrgSettings/Settings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<defaultOrgSettings>
<orgSetting
minSupportedVersion="6.0.0.809"
Expand Down Expand Up @@ -1188,7 +1188,18 @@
supportUrl="https://msdn.microsoft.com/en-us/library/gg328408.aspx"
urlTitle="Organization entity attributes"
description="Max number of days before deleting inactive Outlook client subscriptions. We recommend you keep this to the default unelss you absolutely need to change it, be mindful of keeping the tracking info too long, or deleting it too soon." />
<orgSetting minSupportedVersion="6.0.0.809"
<orgSetting minSupportedVersion="7.1.0.0"
maxSupportedVersion="9.9.9999.9999"
name="ExpireChangeTrackingInDays"
isOrganizationAttribute="true"
min="0"
max="365"
defaultValue="30"
settingType="Number"
supportUrl="https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/organization-entity-attributes"
urlTitle="Organization Attributes"
description="Maximum number of days to keep change tracking deleted record ID's - you want this value larger than the max# of days any change tracking dependant services sync with your system. Default is 30 days. ." />
<orgSetting minSupportedVersion="6.0.0.809"
maxSupportedVersion="9.9.9999.9999"
name="MaximumActiveBusinessProcessFlowsAllowedPerEntity"
isOrganizationAttribute="true"
Expand All @@ -1200,7 +1211,7 @@
urlTitle="Model business process flows"
description="Max number of business process flows per entity allowed. &lt;b&gt;WARNING&lt;/b&gt;: if the value is greater than 10, you may see a decrease in your system’s performance when you switch processes or open a record that has an assigned business process flow. This may be especially noticeable if processes span multiple entities." />
<orgSetting minSupportedVersion="6.0.0.809"
maxSupportedVersion="9.9.9999.9999"
maxSupportedVersion="9.1.9.9"
name="YammerGroupId"
isOrganizationAttribute="true"
isReadonly ="true"
Expand All @@ -1213,7 +1224,7 @@
urlTitle="Yammer &amp; CRM"
description="&lt;b&gt;WARNING&lt;/b&gt;: This is used only to view your Yammer settings, you may remove the Yammer settings if you need to fall back to activity feeds, though this is recommended mostly for POC/Test CRM instances." />
<orgSetting minSupportedVersion="6.0.0.809"
maxSupportedVersion="9.9.9999.9999"
maxSupportedVersion="9.1.9.9"
name="YammerNetworkPermalink"
isOrganizationAttribute="true"
isReadonly ="true"
Expand All @@ -1226,7 +1237,7 @@
urlTitle="Yammer &amp; CRM"
description="&lt;b&gt;WARNING&lt;/b&gt;: This is used only to view your Yammer settings, you may remove the Yammer settings if you need to fall back to activity feeds, though this is recommended mostly for POC/Test CRM instances." />
<orgSetting minSupportedVersion="6.0.0.809"
maxSupportedVersion="9.9.9999.9999"
maxSupportedVersion="9.1.9.9"
name="YammerOAuthAccessTokenExpired"
isOrganizationAttribute="true"
isReadonly ="true"
Expand All @@ -1238,5 +1249,4 @@
supportUrl="https://technet.microsoft.com/library/dn850385.aspx"
urlTitle="Yammer &amp; CRM"
description="&lt;b&gt;WARNING&lt;/b&gt;: This is used only to view your Yammer settings, you may remove the Yammer settings using the button below only if you need to fall back to using activity feeds, though this is recommended mostly for POC/Test CRM instances." />

</defaultOrgSettings>
</defaultOrgSettings>

0 comments on commit ae864e0

Please sign in to comment.