The Web Server's web.config file controls various features in the Web Client. Within this file is a WorkView section that controls WorkView specific functionality. The following is an example of this section:
<!-- WorkView Vars -->
<add key="WVMaxResults" value="1000"/>
<add key="WVFilterCount" value="false"/>
<add key="displayCreatedEForms" value="true"/>
<ContextInfo>
<name><![CDATA[WorkView]]></name>
<displayName><![CDATA[WorkView]]></displayName>
<displayOrder>2</displayOrder>
<path><![CDATA[NavPanel/WorkViewUp.gif]]></path>
<enabled>true</enabled>
<!--Turns WorkView Context Button on-off-->
</ContextInfo>
The WVMaxResults setting allows you to specify the maximum number of objects displayed for unconstrained filter results initiated from a filter bar.
The WVFilterCount setting allows you to turn on or turn off the counts displayed for filters. Filters that have user entry constraints configured do not have filter counts displayed regardless of this setting. If true, counts will be displayed in the filter bar displays. Filter counts shown reflect the number of objects filters return based on filter configuration. If false, counts will not be displayed. By default, counts are turned off.
If the WVFilterCount setting is enabled, it may negatively impact performance.
The displayCreateEForms setting allows you to specify that the View EForm Before Creating option is selected by default when users create E-Forms from within a WorkView object.
The <ContextInfo> element named WorkView controls the display of the WorkView toolbar button. If the <enabled> value is equal to true, the button is displayed. If the <enabled> value is equal to false, the button will not be displayed.