Preference | Maximum number of CVL elements to retrieve |
Description | Limits the number of elements retrieved for a CVL (controlled value list). |
How to set | In the <installation_directory> /Preferences/SitePreferences.xml file, edit the MaxCVLElelmentsRetrieval value. |
Applies to | Open Client |
Possible values | 1 to 7500. The default is 2500. |
API | No |
Exportable | No |
A CVL is a menu of items from which a user can select property values for a CS document. A CVL can have any number of elements. Limiting the number may improve performance. However, be aware that users get no indication that a CVL has missing elements (no "More" button appears at the end of the list).
To change the default value of Max CVL elements retrieval:
<category name="Properties" label="Properties Settings" description="Properties settings" visible="true"> <setting name="MaxCVLElementsRetrieval" label="Max CVL elements retrieval" description="Maximum number of CVL elements to retrieve."> <value default="2500" type="string">2500</value> <uiType>TextBox</uiType> <minimum>1</minimum> <maximum>7500</maximum> <visible>true</visible> </setting> </category>