Category: Siebel Open UI Development Architecture

Siebel IP2016 – Siebel Enterprise Server Installation Part 2

  Siebel IP2016 – Siebel Enterprise Server Installation Part 1 Step 5: Siebel Database Installation To install Siebel database, we need to follow some prerequisites. Oracle client needs to be installed on that machine on which siebel server is going to be installed. Once client is installed, TNS entry need to be added in proper path After adding TNS entry,…

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…

Innovation Pack 2014: How to restrict menu navigation control for a user group ??

  Innovation Pack 2014 provides a single theme “Aurora” and three options for menu navigation controls. User can change it whatever he/she likes, from User Preferences -> Behavior. Change Navigation control from Behavior and refresh application to get the change. TAB Layout HAMBURGER Navigation Layout TREE Layout Suppose we want to restrict Tree Navigation from ADMIN user only. That means…

IP 2014: Features overview and changed in Siebel Open UI

Here is the list of features that added or modified in Open UI to make it comparable to HI. Open UI deviates for specific features from the way Siebel has worked in the past. This should be considered when implementing Open UI, Modern Controls • Grid / forms • Map Integration ability (requires configuration) • URL Integration • Date and…

Siebel Innovation Pack: Plug-in Wrapper

You know what is the best part of IP 2014, it includes all those missing HI features like drag & drop in attachments and all Calendar features. So, if you are planning to upgrade your app to 8.1.1.11. Please drop it and upgrade it to IP 2014. Because its willing to replace your HI application, so you need not to…

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.…

Siebel Open UI and Object Oriented Javascript Programming

In my last post, I had explained OOPs concept in Javascript. Now, I will pick one sample PR file of Siebel Open UI and try to explain its relevance with Object Oriented Programming. Please check my last post first to understand this one better. In this post, below are the well defined snapshots of a sample PR with all its…

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…