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…
Tag: siebel open ui examples
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…
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…
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…
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…
Siebel Open UI: Invoke Business Service from PM file
Hello friends…My manager ask me to invoke a BS from PM file, get output to show it on UI using PR. Well it looks simple as we can find few lines from bookshelf, how to call BS from PR but believe me its not that much easy. I am using 8.11, so this post talks about that only. Lets go…
Radio Button Bug in Siebel 8.1.1.11
Radio Button Bug in Siebel 8.1.1.11 Problem Summary Radio Button not showing its actual value while record navigation in form applet in Siebel 8.1.1.11 (Open UI). Its working fine in HI mode. Problem Description