allowCustomization Attribute
Identifies whether the Microsoft Office InfoPath 2003 form can be modified or customized.
Type
xsf:xdYesNo
Remarks
The allowCustomization attribute is an optional attribute of the solutionProperties element.
If the allowCustomization attribute is set to "no", an error is generated when a user tries to modify the form template after opening it in InfoPath. Allowed values are "yes" and "no". The default value is "yes".
Example
The following is an example of the allowCustomization attribute as it is used in the solutionProperties element:
<xsf: applicationParameters application="InfoPath Design Mode">
<xsf: solutionProperties
allowCustomization="no"
lastOpenView="view1"
scriptLanguage="JScript"
automaticallyCreateNodes="no"
lastVersionNeedingTransform="1.1.0.10"
fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>