If users have no need to access the retrieval functionality in the Web Client, WorkView can be configured to open by default upon login. To do so, the following needs to be set in the Web.config file of the Web Server.
<DefaultContextInfo>
<defaultContext>WorkView</defaultContext>
<defaultControlBar>OpenWorkView</defaultControlBar>
<defaultContextID>(valid Application ID)</defaultContextID>
</DefaultContextInfo>
The defaultContext setting should be set with the WorkView value.
The defaultControlBar setting should be set with the OpenWorkView value.
The defaultContextID should be set to the application ID of the application that should be selected by default. If no application ID is specified, WorkView will open with no application selected by default.