Its a common question asked these days.. Can Siebel OpenUI save Siebel from dying..? Well, only Innovation can save SIEBEL. And Siebel OpenUI is the tool with which we can innovate our applications and be in this dynamic world. Good news is few good people from Siebel, are doing very good stuffs with OpenUI. You need not to trust me,…
Tag: siebel open ui customization examples
How to replace Buttons with ICONS in Innovation Pack 2014
In older days of Siebel, If we need to add images on buttons then we must create Bitmaps & Html Icon Map to register that image. And then add it to applet controls wherever we want it. But with IP 2014, all we need is 3-4 lines of CSS codes only. Actually we are not using images here, we will…
Siebel IP 2014: Customize Buttons with Icons using Google Web Fonts
If you ever got a chance to work upon Innovation Pack 2014, you must amazed with all brand new features it loaded with. As per my experience, while working 8.1.1.11 this is the exact expectations of our client (Fully Responsive, Flashy Icons etc) which we somehow not able to complete. Anyway, the most amazing feature now , about what I…
Installing Siebel CRM IP 2014
For all Open UI freaks, here is the big news. We got Siebel Innovation Pack 2014 released fully loaded with all HI features and leaving all shortcomings far behind. Well I got late to announce this.. 😛 Our installation include below items: Siebel Developer/Mobile Web Client Siebel Tools Siebel Sample Database If you already installed 8.1.1.11, its easier for you.…
Introduction to Object Oriented Programming | JavaScript
My Guruji told me if you really want to do better in Siebel OpenUI, then you should learn Object Oriented Javascript. Usually, whatever concept or methods in Javascript I need, just GOOGLE it and got the answer. But seriously thats not enough..!!! In Siebel OpenUI, all vanilla JS files and any custom PM/PR files are purely based on Object Oriented…
Siebel OpenUI: Adding FilterToolbar in List Applet using JqGrid
Hope you guys like my last post, exploring further I got more interesting feature we can have in our Siebel List Applets with a single line of code only. For all new buddies, let me explain here that with Siebel OpenUI upgrade we have a lot of jQuery plugins used as vanilla files in Siebel. JQGrid is one of them…
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…