While migration, we usually requires to export the Siebel data base dump from one environment and import the same into another environment. of course, we are talking about Oracle database. Well Siebel never allowed such DB level interaction, so we have to do it using Oracle export/import utility (i.e. imp/exp or data pump utility).If you wanna go further on this,…
Category: siebel upgrade to 8.1.1.11
Siebel OpenUI: Hide column in List Applet using JQGRID methods
This post is related to my last post. Requirement: Hide a column permanently in a List Applet which is mandatory to expose on Applet. Possible Solutions: Check Show in List property in applet list control. By checking this, column will be not be visible but available in Column Displayed option. Check Hidden property in applet list control. Using this, control…
Authorize your connection with LinkedIn using your App
This post is in continuation of my last Siebel Open UI example to integrate LinkedIn in Siebel Open UI, please refer this first. Lets start with actual PM-PR coding, till now we have created our app on LinkedIn to connect with. Now from Presentation Model we need to call AUTH API of LinkedIn to authorize our access by using our…
Siebel Open UI: How to integrate LinkedIn in Siebel ??
One of my blog’s reader asked me, How to integrate Facebook into Siebel ?? I thought what kind of requirement it could be, then I came up with a scenario where we can innovate, and dazzle our Siebel Clients…. But I have never implemented any Social integration using EAI concepts, but with the help of Siebel Open UI we gonna implement LinkedIN…
Siebel Open UI: Sample PM (Presentation Model) Template with detailed explaination
In my last post, tried to explain PR step by step. Hope it helps you. Lets try to explore PM in this post in details, scene by scene. [su_label]Scene 1:[/su_label] [su_lightbox type=”image” src=”http://askmesiebel.com/wp-content/uploads/2014/06/PM1.jpg”] [/su_lightbox] Line#5: define a name to your first PM say MyFirstPM Line#9: it has two parts, in first mention relative path to your file and in 2nd…
Siebel Open UI: Sample PR(Physical Renderer) Template with detailed expaination
In Siebel, getting things done is never enough. You have to follow all the rules else it would be a bigger problem in future. Same here in Siebel Open UI, we are really happy with lot of flexibilities and shortcuts to lengthy solutions using CSS & jQuery. But again, we have to be dead careful in using these shortcuts.So, I…
What is Siebel Open UI ?? :: A Case Study
Guys this is my first case study, so please correct me If I am wrong some where. I tried my best to be diplomatic, please have your suggestions/views below in comments.. What is Siebel Open UI ? Siebel Open UI is nothing but another upgrade of Siebel. It comes in Siebel 8.1.1.10 upgrade and currently Siebel 8.1.1.11.x version have been…
How to add multiple themes based on Application in Siebel Open UI
As of my last post, I had explained how to custom our own theme in Siebel Open UI. Well it was simple and straight forward, but what if we have more than one applications and we want separate theme for each applications….?? Being a developer its a simple task, Go to Tools / User Preferences / Behavior Select “Tab” in the Navigation…
How to add custom Manifest Expression in Siebel Open UI 8.1.1.11
Reading bookshelf is a real tough task but some times it really helps… Usually, we add our custom JS files in Manifest Administration View using no Object Expression or Object Expression = ‘Desktop’. But did we ever thought that what is this Object Expression or Desktop means.. ? [su_lightbox type=”image” src=”http://www1.askmesiebel.com/wp-content/uploads/2014/05/Capture2.jpg”] [/su_lightbox] Name: Desktop Siebel Open UI uses this…
How to find a Patchset or Quickfix on My Oracle Support
It might be a very simple topic but it seems to be a useful information for new bees. My requirement was to download Patchset 5 to apply on Siebel 8.1.1.11, I was asking everybody how & where to find this. Then I came to know that we can find our answers inside Oracle Support only. And I came through this document…