Whenever you do a fresh Siebel Implementation, your client (for whom you are developing the application) may ask to change the Siebel/Oracle Logo displayed on the upper right corner in the application. Well, everybody wants to flaunt the name :)
Alright then, lets see how we can do that.
1. Open the client cfg file to check which application you are using. You can find "ApplicationName" parameter under [Siebel] section. I am using "Siebel Financial Services".
2. Go to Siebel Tools -> Object Explorer -> Application, query for your application name.
3. Scroll to right side to the view and you will see Container Web Page. I can see the value : "FINS Container Page".
4. Copy the container web page name and query in Object Explorer->Web Page. Scroll to right to see the Web Template name it is using. I can see : "FINS Page Container"
5. Copy the web template name and query in Object Explorer->Web Template. Click on the plus (+) sign to open the "Web Template File" and check for the File Name. I can see : "FINSPageContainer.swt"
6. So, now you know the SWT file which is actually responsible for giving you a layout what you see when Siebel client opens.
7. Go to
8. You will find various sections inside it and the same set of SWT files is getting repeated again and again. The SWT file responsible for rendering the Logo is banner swt which is "CCFrameBanner.swt".
9. Go to
10. Search for "www", you may find "
11. You will see the Image Name = "POWERED_BY" and Category = "HTML Control Icons", this is actually the name of Bitmap and Bitmap Category respectively.
12. So, navigate to Object "Explorer->Bitmap Category" and query for "HTML Control Icons", expand the bitmap category to see Bitmaps and query for "POWERED_BY".
13. And finally you can see the file which is being displayed as the Logo. I can see the filename as "ebus.gif". So this is the file that I need to replace with the file which contains my logo.
14. You can find this file in "
hhhhooooo.... finally you are done. Just refresh the screen or restart the session after deleting all cookies and you will see your desired logo on the UI.
ENjoyyyy !!!
Saturday, July 18, 2009
How to Change the Oracle/Siebel Logo in Client application?
Labels:
How To?,
Siebel CRM,
Some Useful Informations
Subscribe to:
Post Comments (Atom)
thanx alot, man what i like about your blog is that a guy could just come here and read anything, not only come and post a problem that he is facing. :)
ReplyDeletenice to hear some good words about my blog. Thankyou and keep commenting :)
ReplyDeleteI guess this will just change the image and NOT the URL. Even if I change the image to SIEBELMANTRA as shown the URL it will invoke is "www.oracle.com" therefore to invoke the URL as per image I further need to edit the CCFrameBanner.swt file. Correct me in case I am wrong
ReplyDeleteHi Anonymous, you are absolutely right. You also need to update the URL as per your requirement, as I have mentioned in Point#9, 10 above.
ReplyDeleteHi Gaurav Gupta,
ReplyDeleteI Just interested with this post And i tried to implemented in the Callcenter App.The swt file is CCPageContainer.swt.But there i can't able to see "www" or imagename or Category .Am using Version 8.1 so please let me know is there any change in the new version or anything else i want to do
Hi Sonu,
ReplyDeletePlease search for "CCFrameBanner.swt" and do the necessary changes in it as I have suggested in the post.
--Gaurav
Hi Gaurav,
ReplyDeleteThanks for your blog. I read through your instructions and it worked for configuring the banner but now I need to change the image logo on the login screen and cannot find what the corresponding bitmap category is for the login page. I was able to find the related .swt file in C:\Siebel\8.1\Client_1\WEBTEMPL, (SWELogin.swt) but cannot make changes without knowing what bitmap category the logo on the login page is associated with. Please help!
Hi Gaurav, I am tyring to configure Partner Manager/Portal and we want dynamic Logos, now i upload Logos on partner profiles but I am not getting how to use that. Please help
ReplyDeleteHi GG,
ReplyDeleteHow to edit background on the left of the logo?
really appreciate the detailed steps. It has been a great help.
ReplyDeleteis it possible to have different logos for different languages in siebel?
ReplyDeleteif yes, can you explain how?
Hi,
ReplyDeletei need to change my Application Name as visible in the Login Page for Siebel Sales Wireless.Can you please guide me through this, its urgent.
Thanks in advance.
Please tell me the size limitations of image file as logo
ReplyDeleteI did same procedure. It is working. But i want to reset to original. I followed reverse procedure. But image not changing.
ReplyDeletehel me
Try clearing the browser cache.
Delete