Skip Headers
Siebel CRM Composer Developer Preview Guide
Siebel Innovation Pack 2015 Rev. A
E60725-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Changing Logos in Application Banners

In this use case, you change the logo in the banner of the Siebel application from the Oracle logo to the Oracle Open World logo. The logo in the banner of the Siebel application is included in the CCFrameBanner Web template.

To change the logo in the application banner 

  1. In the Siebel application, complete the following steps to determine the item identifier and the class for the logo in the banner:

    1. Navigate to the Home screen.

    2. Right-click the Oracle logo in the banner, and select Inspect Element from the menu that appears.

      A window that shows the HTML source code for the screen appears.

    3. In the line of highlighted source code, note that the logo is associated with the div_70 item identifier and the siebui-logo class.

    4. Close the window that shows the HTML source code.

  2. In the Siebel application, complete the following steps to determine the runtime version of the Siebel application that you are using:

    1. In the application-level menu, click Help, and select About SRF from the menu that appears.

    2. In the About SRF dialog box, note the version number of the Siebel Repository File (SRF) in the File Name field, and click OK.

  3. In Siebel CRM Composer, complete the following steps to change the logo in the banner of the Siebel application:

    1. Navigate to the Web Template screen, and query for CCFrameBanner in the Name field.

    2. Click the cogwheel icon, and select Lock Object from the menu that appears.

    3. Scroll down to the Web Template Items list, and query for div_70 in the Item Identifier Name field.

    4. In the record for the div_70 item identifier, change the value in the HTML Attributes field to: class = "siebui-logo siebui-oow-logo" to include the class for the Oracle Open World logo.

    5. In the Web Template screen, click the cogwheel icon, and select Unlock Object from the menu that appears.

  4. In Siebel CRM Composer, publish the changes to the Web Template object.

    For more information, see "Publishing Modifications in Siebel CRM Composer".

  5. Log out of the Siebel application, log in to it again, and notice the following changes:

    • The logo in the banner of the home page is now the Oracle Open World logo.

    • The version number in the File Field in the About SRF dialog box is increased by 1 to the version number that you published.