Display ID column

Preference Display ID column
Description When set to Yes, shows the document ID in the first column of a list view.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the DisplayIdColumn value.
Applies to Open Client
Possible values Yes or No
API No
Exportable No

Set this preference to No when you enable the Display configured columns preference to avoid displaying two ID columns.

To change the default value of Diaplay ID Column:

  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 DisplayIdColumn.
<category name="ListViewSettings" label="List View Settings" description="List View Settings" visible="true">
   <setting name="DisplayIdColumn" label="Display ID column" description="Display ID column when Yes">
   	<value default="Yes" type="string">No</value> 
   	<uiType>DropDownList</uiType> 
   	<options>
   		<option label="Yes">Yes</option> 
   		<option label="No">No</option> 
   	</options>
   	<visible>true</visible> 
 	</setting>
</category>