Display exposed data fields

Preference Display Exposed Data Fields
Description Setting this preference value to "Yes" will trigger the Inbox of User Queues and Public Work Queues to display the exposed data fields. You can configure the exposed data fields from the Results Option tab of the Filter control.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the DisplayExposedDataFields value.
Applies to Process
Possible values Yes or No. Default is No.
API No
Exportable No

To set the value for display exposed data fields:

  1. Open the SitePreferences.xml file, located in the Preferences subdirectory of your 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 DisplayExposedDataFields:
	<category name="General" 
		label="General" description="General">
<Setting name="DisplayExposedDataFields" label="Display Exposed Data Fields" description = "Triggers the inbox user queues and public work queues to display the exposed data fields.">
<Value default="No" type="string">No</value>
<Options>
<Option label="Yes">Yes</option>
<Option label="No">No</option>
</options>
<uiType>DropDownList</uiType>
<visible>true</visible>
</setting>
</category>