Sunday, June 5, 2011

How to change the banner of Siebel eService Application

Requirement: Change the Banner of siebel eService Application.

Solution:

There are 2 ways to do this.
First one is easier one, Follow the steps to change the banner.

  1. Navigate to <siebel install dir>/PUBLIC/<lang folder>/IMAGES folder.
  2. Search for banner_globe_logo.gif image file and take a copy of it and rename it.
  3. Rename your new image file to banner_globe_logo.gif.
  4. Clear IE cache.

Second one way you need to some Tools configuration and modify Web template file.

  1. Navigate to WEBTEMPL folder and Find dCCFrameBanner.swt file,change the value of the name attribute in the following line from 
  2. BANNER_GLOBE_LOGO to NEW_ BANNER_GLOBE_LOGO. <td valign="middle" align="left"><span><swe:image name="NEW_BANNER_GLOBE_LOGO" category="HTML Control Icons"/></span></td>
  3. Rename your own picture file to new_banner_globe_logo.gif
  4. Clear IE browser cache. Login but did not see your own picture file displayed in the e-Service page. 

This is because you have not registered the Bitmap. Follow below steps to add bitmaps to Siebel Repository.

  1.  Login to Siebel Tools. In Object Explorer, select Bitmap Category Object and search for Name "HTML Control Icons" (If Bitmap Category Object is not shown in the object explorer, then need to expose from Siebel Tools > menu > View > Options > Object Explorer Tab.)
  2. Drill down into Bitmap Object of Bitmap Category Object HTML Control Icons. Search for Name BANNER_GLOBE_LOGO (The Name same as name attribute of <swe:image> Tag).
  3. Make a copy of Bitmap Object BANNER_GLOBE_LOGO. Change the Name to NEW_BANNER_GLOBE_LOGO and Filename to new_banner_globe_logo.gif. 
  4. Compile the changes into SRF file 
  5. Clear IE browser cache and login You will see the changes.

No comments:

Post a Comment

Siebel Open UI is released ...!!!

Hi Guys, The most awaited feature of Siebel, called Open UI is released. This new feature Open UI is available in new Siebel patch 8.1.1....