Configuring Siebel eBusiness Applications > Overview of Configuring Siebel Applications > About the Siebel Operating Architecture >

Enabling and Disabling High Interactivity for Applications


Employee applications are set to use high interactivity mode by default. You can also set employee applications to run in standard interactivity mode. The mode is determined by a parameter in the application configuration file.

NOTE:  high interactivity is not supported for customer applications.

To enable or disable high interactivity

  1. Verify that the application is an employee application.
  2. Open the application configuration (.cfg) file.
  3. In the SWE section in the .cfg file, do one of the following:
    • To enable high interactivity, add the parameter HighInteractivity with value = TRUE:

    [SWE]

    HighInteractivity=TRUE

    • To disable high interactivity (run standard interactivity mode), delete the HighInteractivity parameter from the .cfg file.
  4. Save and close the .cfg file.

    NOTE:  When running an application with HighInteractivity=TRUE, the Web framework attempts to show views in high interactivity only if every applet contained in the view supports this. Otherwise, the view will be displayed in standard interactivity.

Configuring Siebel eBusiness Applications