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