Skip to content

Commit a8a3039

Browse files
authored
Merge pull request #93 from skg-marimuthu/master
Update OrgDbOrgSettings to enable/disable an archival feature for the organization.
2 parents 418e225 + 4111a0b commit a8a3039

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mspfedyn_/OrgDbOrgSettings/Settings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,6 @@
182182
<orgSetting minSupportedVersion="9.2.21114.00136" maxSupportedVersion="9.999.9999.9999" name="AuthorizationTransactionTimeOutInMilliSeconds" isOrganizationAttribute="false" min="1" max="999999" defaultValue="60000" settingType="Number" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="The value in milli seconds to use as a timeout for authorization stored procedures. The default value is 10 mins)" />
183183
<orgSetting minSupportedVersion="9.2.21114.00136" maxSupportedVersion="9.999.9999.9999" name="AuthorizationAppLockTimeOutInMilliSeconds" isOrganizationAttribute="false" min="1" max="999999" defaultValue="300000" settingType="Number" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="the value in milli seconds to use as an app lock timeout for authorization stored procedures. The default value is 5 mins.)" />
184184
<orgSetting minSupportedVersion="9.2.21114.00136" maxSupportedVersion="9.999.9999.9999" name="AuthorizationLockUserTimeOutInSeconds" isOrganizationAttribute="false" min="1" max="999999" defaultValue="3" settingType="Number" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="The value in seconds to use to lock user for authorization data recompute.)" />
185-
</defaultOrgSettings>
185+
<orgSetting minSupportedVersion="9.2.22091.00030" maxSupportedVersion="9.999.9999.9999" name="IsArchivalEnabled" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="Enabling/Disabling archival feature for an organization." />
186+
<orgSetting minSupportedVersion="9.2.22104.00104" maxSupportedVersion="9.999.9999.9999" name="EnableTDSArchival" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="Enabling/Disabling TDS archival feature for an organization." />
187+
</defaultOrgSettings>

0 commit comments

Comments
 (0)