Skip to content

TDS Archival now readonly in favor of using PPAC to configure #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<orgSetting minSupportedVersion="9.1.0.14145" maxSupportedVersion="9.9.9999.9999" name="EmailTemplateRetrieveFallbackContact" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="Scenario: Opportunity/case which refer to a customerId of type account and do that account does not have a primary contact specified. &lt;br&gt;False: (Default behavior) Use the primary account and retrieve the primary contact, if the account is null it will leave the contact field in the email template null. &lt;br&gt;True: Fall back to using the Opportunity or Case primaryContactId if the account reference is null. " />
<orgSetting minSupportedVersion="9.1.0.16819" maxSupportedVersion="9.2.21114.00135" name="CreateQueueItemForSynchronizingMailbox" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="When tracking an email into Dynamics, create a queue item for the queue which is synchronizing the email message (this will affect queue item creation for mailboxes in the BCC line or contained in a distribution list.)" />
<orgSetting minSupportedVersion="9.1.0000.10537" maxSupportedVersion="9.9.9999.9999" name="DupeDetectionSkipIfNoMatchCodeFieldsChanged" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="Skip duplicate detection record updates if none of the relevant/included match code fields change." />
<orgSetting minSupportedVersion="9.1.0.17162" maxSupportedVersion="9.9.9999.9999" name="EnableTDSEndpoint" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/cds-sql-query" urlTitle="KB 2691237" description="Enable a SQL TDS Endpoint for your CDS Environment - NOTE: your region will also have to support TDS endpoints, the regions with support for TDS may vary (as documented in the docs url provided here)." />
<orgSetting minSupportedVersion="9.1.0.17162" maxSupportedVersion="9.9.9999.9999" name="EnableTDSEndpoint" isReadonly="true" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/cds-sql-query" urlTitle="KB 2691237" description="Enable a SQL TDS Endpoint for your CDS Environment - NOTE: your region will also have to support TDS endpoints, the regions with support for TDS may vary (as documented in the docs url provided here). To change this setting, please navigate to Power Platform Admin Center." />
<orgSetting minSupportedVersion="9.1.0.16843" maxSupportedVersion="9.9.9999.9999" name="EnableLicenseEnforcement" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="https://docs.microsoft.com/en-us/dynamics365/get-started/team-members-license" urlTitle="Licensing FAQ" description="Online only setting to enable license enforcing for organizations/environments created before 4/1/2020 for customer testing purposes" />
<orgSetting minSupportedVersion="9.1.0.16843" maxSupportedVersion="9.9.9999.9999" name="CleanInheritedAccessWhenReparentOrShareCascadingNone" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="http://support.microsoft.com/kb/2691237" urlTitle="KB 2691237" description="Clean out all inherited access when reparenting or after cascade sharing is set to none" />
<orgSetting minSupportedVersion="9.1.0.19239" maxSupportedVersion="9.9.9999.9999" name="SSSPropagateAppointmentCancellationsToExchange" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="https://community.dynamics.com/crm/b/crminthefield/posts/dynamics-365-app-for-outlook-part-5-working-with-appointments" urlTitle="KB 2691237" description="Enabling the feature allows appointment cancellations from Dynamics to propagate to Exchange via SSS." />
Expand Down
Loading