Siebel Analytics Web Administration Guide > Administering Siebel Intelligence Dashboards >

Integrating Siebel Answers into Other Portals or Intranets


The following customization settings are available for integrating Siebel Answers into other portals and intranets without requiring the use of Siebel Intelligence Dashboards. These settings are configured in the XML message files.

You can perform the following actions:

  • Change the text of the Dashboards link.
  • Change the URL to which users are directed when they click that link.

NOTE:  Make sure that you first review the information in Customizing the Siebel Analytics Web User Interface Using XML Message Files before making any integration changes.

To change the text of the dashboards link

  1. Navigate to the file UIMessages.xml.

    This file is located in the folder Web\App\Res\l_xx\Messages in the Siebel Analytics Web installation directory, where xx is the language identifier of the selected locale.

    CAUTION:  Always make a backup copy of the file UIMessages.xml before you make any changes.

  2. Use a text editor to open the file UIMessages.xml.
  3. Locate the message "kmsgUIPortal."

    The message has the following form:

    <WebMessage name="kmsgUIPortal">

      <TEXT>Dashboards</TEXT>

    </WebMessage>

    The default text is Dashboards.

  4. Change the default text to text of your choosing.

    For example, to change the text to be your company's intranet, you might change it to the following:

    <WebMessage name="kmsgUIPortal">

      <TEXT>Intranet</TEXT>

    </WebMessage>

  5. Save the file when you are done.

    Your changes take effect when the Analytics Web Server service is restarted.

To change the destination of the dashboards link

  1. Navigate to the file ControlMessages.xml.

    This file is located in the folder Web\App\Res\l_xx\Messages in the Siebel Analytics Web installation directory, where xx is the language identifier of the selected locale.

    CAUTION:  Always make a backup copy of the file ControlMessages.xml before you make any changes.

  2. Use a text editor to open the file ControlMessages.xml.
  3. Locate the message "kmsgPortalLink."

    The message has the following form:

    <WebMessage name="kmsgPortalLink">

     <HTML>

       <A insert="1">

        <MessageRef name="kmsgUIPortal" />

       </A>

     </HTML>

    </WebMessage>

    The default location is Siebel Intelligence Dashboards (indicated by the reference to insert="1", which is an internal reference).

  4. Change the default location to a location of your choosing.

    NOTE:  If no location is specified, no link appears in Siebel Answers.

    For example, to change this to your company's intranet, you can include the appropriate attributes and change it to point to that location instead:

    <WebMessage name="kmsgPortalLink">

     <HTML>

       <A href="http://intranet" target="_top" title="Click here for your intranet">

        <MessageRef name="kmsgUIPortal" />

       </A>

     </HTML>

    </WebMessage>

  5. Save the file when you are done.

    Your changes take effect when the Analytics Web Server service is restarted.

For more information about controlling the default appearance and behavior of the Siebel Analytics Web user interface, read Customizing the Siebel Analytics Web User Interface Using XML Message Files.

Siebel Analytics Web Administration Guide