Skip to content

Commit

Permalink
AddParentEntityToRelatedOnNewActivityCreate (#124)
Browse files Browse the repository at this point in the history
AddParentEntityToRelatedOnNewActivityCreate
  • Loading branch information
seanmcne authored Jun 14, 2024
1 parent a3b67b6 commit 90ee51c
Showing 1 changed file with 2 additions and 1 deletion.
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>

0 comments on commit 90ee51c

Please sign in to comment.