Forms Configuration

The formsConfig parameter is used to specify whether TIBCO Forms are reloaded or retrieved from cache, as well as whether or not the work item list is refreshed whenever a work item form is opened.

Procedure

  1. Open the config.xml file.

    For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system, see Introduction).

  2. Locate the formsConfig record in the config.xml file. For example:
    <record jsxid="formsConfig"    ignoreCache="false    refreshListOnFormOpen="false"/>
  3. Set the forms configuration parameters as follows:
    • ignoreCache - True = TIBCO Forms and their resources are reloaded on each request. False = TIBCO Forms and their resources are retrieved from the browser cache.
    • refreshListOnFormOpen - True = A full refresh of the work item list is performed whenever a work item is opened (which can have an impact on performance). False = A refresh is not performed on the work item list when a work item is opened (however, the status icon for the opened work item is changed to reflect that it is currently open).
  4. Save and close the config.xml file.