Configuring Siebel Open UI > Configuring Siebel Open UI to Interact with Other Applications > Displaying Data from Siebel Open UI in External Applications >

Displaying Siebel CRM Applets in Siebel CRM Web Pages


This topic describes how to display a Siebel CRM applet in the web page of a Siebel application.

To display Siebel CRM applets in Siebel CRM web pages

  1. Prepare the standalone applet.

    For more information, see Preparing Standalone Applets.

  2. Open Windows Explorer on the Siebel Server, and then navigate to the following folder:

    siebsrvr/webtempl/ouiwebtempl

  3. Use an XML editor to open the web page that you must modify.

    For example, open the CCFrameContentHI.swt file that resides in the ouiwebtempl folder. This template determines the content that Siebel Open UI displays. You can modify any template that resides at the page level. You typically modify the CCPageContainer.swt file page container template.

  4. Add the following code, and then save your modifications:

    <swe:applet id="10000" hintText="Stand alone applet" var="Parent">
      <swe:this property="FormattedHtml" />
    </swe:applet>

    You can add this code anywhere in the application template. You typically position it beside the _sweview swe:frame in the CCFrameContentHI.swt file.

  5. Modify the web page:
    1. Open Siebel Tools.

      For more information, see Using Siebel Tools.

    2. In the Object Explorer, click Web Page.
    3. In the Web Page list, query the Name column for the web page that you modified in Step 3.
    4. In the Object Explorer, expand the Web Page tree, and then click Web Page Item.
    5. In the Web Page Items list, add the following web page item.
      Property
      Value

      Name

      Enter the name of the applet that Siebel Open UI must display in the web page.

      Type

      Applet

      Item Identifier

      Enter the number that the Id attribute that resides in the template file specifies. For example, enter the following value:

      1000

    6. In the Object Explorer, expand the Web Page Item tree, and then click Web Page Item Parameter.
    7. In the Web Page Item Parameter list, add the following web page item parameter.
      Property
      Value

      Name

      Mode

      Value

      Enter one of the following values:

      • Edit List
      • Edit
      • Base
      • New
      • Query
    8. Compile your modifications.
Configuring Siebel Open UI Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.