Skip to content

Commit 1ee85bd

Browse files
authored
Allow overwrite masked data to dataverse (#137)
* AllowOverwriteMaskedDataToDatabase * encoding description html characters * Add settings xml validation including an unescaped character check (#135) (#136) * adding settings xml validation
1 parent cb42ee3 commit 1ee85bd

File tree

1 file changed

+12
-0
lines changed
  • mspfedyn_/OrgDbOrgSettings/Solution/WebResources/mspfedyn_/OrgDbOrgSettings

1 file changed

+12
-0
lines changed

mspfedyn_/OrgDbOrgSettings/Solution/WebResources/mspfedyn_/OrgDbOrgSettings/Settings.xml

+12
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,16 @@
214214
supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254"
215215
urlTitle="KB 2691237"
216216
description="Manage entity list views with security roles, this allows views to be visible or hidden based on end users role." />
217+
<orgSetting
218+
minSupportedVersion="9.2.24113.0"
219+
maxSupportedVersion="9.999.9999.9999"
220+
name="AllowOverwriteMaskedDataToDatabase"
221+
isOrganizationAttribute="false"
222+
min=""
223+
max=""
224+
defaultValue="false"
225+
settingType="Boolean"
226+
supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254"
227+
urlTitle="KB 2691237"
228+
description="&lt;b&gt;Warning:&lt;/b&gt; enabling &lt;b&gt;(true)&lt;b/&gt; 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. &lt;b&gt;This should only be enabled if this implication is fully understood and acceptable.&lt;/b&gt; When this value is disabled &lt;b&gt;false&lt;/b&gt;, the system protects the unmasked data from being overwritten by failing the update request." />
217229
</defaultOrgSettings>

0 commit comments

Comments
 (0)