Skip to content
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

AddParentEntityToRelatedOnNewActivityCreate #124

Merged
merged 1 commit into from
Jun 14, 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
3 changes: 2 additions & 1 deletion mspfedyn_/OrgDbOrgSettings/Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,5 @@
<orgSetting minSupportedVersion="9.2.24032.0020" maxSupportedVersion="9.9999.9999.9999" name="UnresolveSenderInCaseOfMultipleMatch" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" urlTitle="KB 2691237" supportUrl="https://learn.microsoft.com/en-us/power-platform/admin/orgdborgsettings" description="When enabled, email sender will be unresolved by SSS." />
<orgSetting minSupportedVersion="9.2.24044.00114" maxSupportedVersion="9.999.9999.9999" name="DoNotEnforcePrimaryKeyOrgSettingRecycleBin" isOrganizationAttribute="false" min="" max="" defaultValue="true" settingType="Boolean" supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254" urlTitle="Recycle Bin For Dataverse" description="Skip records move to RecycleBin due to PrimaryKey violation" />
<orgSetting minSupportedVersion="9.2.24033.228" maxSupportedVersion="9.9999.9999.9999" name="BypassBusinessLogicExecutionStepIdsLimit" isOrganizationAttribute="false" min="" max="" defaultValue="3" settingType="Number" urlTitle="BypassBusinessLogicExecutionSteps optional parameter" supportUrl="https://aka.ms/NewBypassCustomLogicOptions" description="This setting controls the number of steps that can be set in BypassBusinessLogicExecutionStepIds header." />
</defaultOrgSettings>
<orgSetting minSupportedVersion="9.2.24010.3" maxSupportedVersion="9.999.9999.9999" name="AddParentEntityToRelatedOnNewActivityCreate" isOrganizationAttribute="false" min="" max="" defaultValue="false" settingType="Boolean" supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254" urlTitle="Recycle Bin For Dataverse" description="When the value is set to true, the Related column in activity records automatically populates when creating an activity within the context of a parent record. For example, if this setting is enabled, creating a new email activity from the timeline of an account automatically associates that record in the Related column." />
</defaultOrgSettings>