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