Requirement
To display our custom logo. I will use the logo of our blog – Cracking Siebel as follows:
Vanilla Feature
By default, each application displays ORACLE logo in the Top-Right corner.
Steps to be followed
- Navigate to Siebel\Web Client\WEBTEMPL folder.
- Open CCFrameBanner.swt file. Search for the term ‘POWERED_BY’.
- Remove the <SWE: Image> tag.
- Add new <Img> tag as – <a href=”https://crackingsiebel.wordpress.com” target=”_blank”><img src=”IMAGES\CS_logo1.gif” height=”25″ Width=”125″ border=0>
- Save & close the file.
- Launch Siebel application.
NOTE: Only GIF files are supported. Also make sure that path of GIF file is valid.