Category: Siebel Configuration

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…

Using Google Chrome to debug and edit jQuery directly in browser

This post belongs to Siebel Open UI tools, means a step ahead for all Open UI developers to get their things done despite of hell of limitations.. Scenario:  Its a possible case that yours local set up of Siebel 8.1.1.11 got corrupted while you have to fix some issue on server… OR Some objects like virtual Business Components not working…

Siebel Open UI: How to invoke PM’s method from PR based on some events

Whoever working on Siebel Open UI developement feels like calling Presentation Models’ methods based on some events triggered in Physical Renderer. Lets dig out with a scenario… Requirement: We want to save values of a custom control (say radio button) on click of Save button in a form applet. Pre requisites: We should know how to create custom controls and…

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…

Blank screen with Open UI on Siebel CRM Fix Pack version 8.1.1.11 and 8.2.2.4

Hey friends, I just installed 8.1.1.11.5 patchset on local Siebel developer environment and my application not loaded now. Its a blank screen both in IE and Chrome. Searched on Oracle support and got this, still my issue not resolved but this might help someone. I got this.. Full compiled SRF using Siebel Tools version 8.1.1.11 or 8.2.2.4; Note when 8.1.1.11…

How to apply Patchset on Siebel Open UI 8.1.1.11

As we already know that after Innovation Pack 2013, Oracle has started monthly release in patchset. In layman terms, what these patchset does ? Actually its a way of resolving Open UI bugs what reported by people like us. And way of enhancing Open UI features like View PR added in patchset 3. Well I am looking for View PR…

How to write application level PR in Siebel Open UI

Lets discuss how to write a JS file in Open UI on application level means it will work for all applets or any view or screens. Now first question arise in someones mind is why we need such a JS file as we can already implement applet level PM-PR files..? Well in my case I need to implement accordion effect…