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:
<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>