Skip to content

Commit

Permalink
AllowOverwriteMaskedDataToDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcne authored Jan 21, 2025
1 parent 5a58d9d commit b1a6f68
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,15 @@
supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254"
urlTitle="KB 2691237"
description="Manage entity list views with security roles, this allows views to be visible or hidden based on end users role." />
</defaultOrgSettings>
<orgSetting
minSupportedVersion="9.2.24113.0"
maxSupportedVersion="9.999.9999.9999"
name="AllowOverwriteMaskedDataToDatabase"
isOrganizationAttribute="false"
min=""
max=""
defaultValue="false"
settingType="Boolean"
supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254"
urlTitle="KB 2691237"
description="<b>Warning:</b> enabling <b>(true)<b/> this setting will allow fields which are masked using secured masking rules to be updated to values containing masked characters. This means the original unmasked data will be overwritten and masked characters will be stored in the database, and the original values will not be able to be recovered by Microsoft. <b>This should only be enabled if this implication is fully understood and acceptable.</b> When this value is disabled <b>false</b>, the system protects the unmasked data from being overwritten by failing the update request." />

0 comments on commit b1a6f68

Please sign in to comment.