Skip to content

Commit a7d1e8d

Browse files
authored
Fixing TrackAppointmentsFromNonOrganizer
Fixing TrackAppointmentsFromNonOrganizer setting for newer builds of cds (org attribute designation was incorrect for the latest round of version #'s).
1 parent 18f8020 commit a7d1e8d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

mspfedyn_/OrgDbOrgSettings/Settings.xml

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<defaultOrgSettings>
33
<orgSetting
44
minSupportedVersion="6.0.0.809"
@@ -1133,7 +1133,7 @@
11331133
minSupportedVersion="9.1.0.3648"
11341134
maxSupportedVersion="9.999.9999.9999"
11351135
name="TrackAppointmentsFromNonOrganizer"
1136-
isOrganizationAttribute="true"
1136+
isOrganizationAttribute="false"
11371137
min=""
11381138
max=""
11391139
defaultValue="true"
@@ -1345,7 +1345,6 @@
13451345
supportUrl="http://support.microsoft.com/kb/2691237"
13461346
urlTitle="KB 2691237"
13471347
description="&lt;b&gt;Use With Caution&lt;/b&gt;:Disables the Sharepoint Sync connection KeepAlive property - this should only be used with specific guidance when using an OnPrem Sharepoint URL with Sharepoint Sync and when the onprem sharepoint server has too small of a TLS KeepAlive time configured on their Sharepoint IIS server or NLB"/>
1348-
13491348
<orgSetting
13501349
minSupportedVersion="9.1.0.2859"
13511350
maxSupportedVersion="9.999.9999.9999"
@@ -1406,6 +1405,18 @@
14061405
supportUrl="http://support.microsoft.com/kb/2691237"
14071406
urlTitle="KB 2691237"
14081407
description="1 to enable, 0 to disable(preserve existing behavior)"/>
1408+
<orgSetting
1409+
minSupportedVersion="9.1.0.1639"
1410+
maxSupportedVersion="9.999.9999.9999"
1411+
name="EnableActivitiesFeatures"
1412+
isOrganizationAttribute="false"
1413+
min="0"
1414+
max="1"
1415+
defaultValue="0"
1416+
settingType="Number"
1417+
supportUrl="http://support.microsoft.com/kb/2691237"
1418+
urlTitle="KB 2691237"
1419+
description="Bitmask to Enable various activities feature in UCI; 1 to enable, 0 to disable(preserve existing behavior)"/>
14091420
<orgSetting
14101421
minSupportedVersion="9.1.0.5420"
14111422
maxSupportedVersion="9.999.9999.9999"
@@ -1441,7 +1452,7 @@
14411452
settingType="Boolean"
14421453
supportUrl="http://support.microsoft.com/kb/2691237"
14431454
urlTitle="KB 2691237"
1444-
description="Disables the Azure AD Group team functionality of the organization in an event that there is a performance related issue. The Azure AD Group team feature is shipped enabled by default.&lt;br/&gt;&lt;b&gt;False&lt;/b&gt;- Disable Azure AD Group Team and members of group teams are required to have their own security role assigned to them directly. Run-time calls to Azure AD to obtain the user&#8217;s AAD groups are stopped.&lt;br/&gt;&lt;b&gt;True&lt;/b&gt;&#8211; Azure AD GroupTeam is enabled and members of group teams shall inherit user\basic privileges directly and user privileges are derived at run-time. Run-time calls to Azure AD to obtain user&#8217;s AAD groups are invoked."/>
1455+
description="Disables inheritance of user/basic depth role privileges from team basic depth role privileges for all roles. .&lt;br/&gt;&lt;b&gt;False&lt;/b&gt;- members of group teams are required to have their own security role assigned to them directly.&lt;br/&gt;&lt;b&gt;True&lt;/b&gt;&#8211; By default members of group teams shall inherit user/basic privileges directly and user privileges are derived at run-time"/>
14451456
<orgSetting
14461457
minSupportedVersion="9.1.0.5610"
14471458
maxSupportedVersion="9.999.9999.9999"
@@ -1584,4 +1595,4 @@
15841595
supportUrl="https://technet.microsoft.com/library/dn850385.aspx"
15851596
urlTitle="Yammer &amp; CRM"
15861597
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." />
1587-
</defaultOrgSettings>
1598+
</defaultOrgSettings>

0 commit comments

Comments
 (0)