Content will be launched directly from the Contents link from the Siebel Help menu. It is also possible to create a link to the Player in the existing Siebel Help page.

 

An administrator needs to add the following MIME types to the Web server:

 

text/x-component 

 

Note: Refer to the Technical Specifications for a list of supported versions of Siebel server. 

 

To set up help integration on the Siebel web server:

  1. Go to the Siebel application server and find the …/SWEApp/Public/ (installation) folder.
     
  2. Find the folder for the language of the content you recorded and locate the Help folder within it, then find and open the Siebhelp.css file and edit it as described in the next step.
     
  3. Add the behavior:url command to the body section as indicated below:
    body {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    behavior:url(../hemi/odgateway.htc);
    -moz-binding: url(../hemi/odgateway.xml#odgateway.htc);
    }
  4. Save the Siebhelp.css file.
     
  5. Locate the /hemi folder under Siebel7 in the published content folder.
     
  6. Copy the /hemi folder and paste it in the language folder on the Siebel server.
     
    Note: Do not move the /hemi folder; be sure to copy it only. The folder must remain in the published content folder.
     
  7. Repeat this procedure for every language you want to configure.

Note: If you want the Contents link to open the Siebel Help page with the Player link in the header area, change the Show Siebel Help option in the Configuration Utility. 


Table of Contents