Clear custom properties on document class change

Preference Clear custom properties on document class change
Description When set to yes, Open Client clears custom properties when the user selects a different document class while adding or modifying the properties of a CS document.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the ClearCustomPropertiesOnDCChanges value.
Applies to Open Client
Possible values Yes or No. The default is Yes.
API No
Exportable No

This applies to CS only.

To change the defaulf value of Clear Custom Properties:

  1. Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of ClearCustomPropertiesOnDCChanges.
<category name="Properties" label="Properties Settings" description="Properties settings" visible="true">
 <setting name="ClearCustomPropertiesOnDCChanges" label="Clear custom properties on document class change" description="Clears the custom properties whenever the document class is changed.">
 	<value default="Yes" type="string">Yes</value> 
 	<uiType>DropDownList</uiType> 
 	<options>
 		<option label="Yes">Yes</option> 
 		<option label="No">No</option> 
 	</options>
 	<visible>true</visible> 
 </setting>
</category>