I just upgrade to 8.1.1.11 from 8.1.1.10 with a lot of expectations and problems to be resolved. Below is my experience while migrating to Innovation Pack 2013. Pros: Best part is that here we have a Manifest Administration View to register PM-PR files on applets. So, we will get rid of all manifest files and their uncertain problems. Cons: I…
Category: Siebel Configuration
Installing a Siebel CRM 8.1.1.11 Self-Study Environment on Windows 7
To understand this post, you need to follow my previous post. All are same upto installing Siebel 8.1.1 base version. To install 8.1.1.11, only difference is in downloading step: Log in to Oracle’s Software Delivery Cloud and search for Siebel CRM forMicrosoft Windows (32 bit). As we are going to download and install Siebel Industry Applications (SIA) 8.1.1, we have to click the hyperlink…
Siebel Open UI Development Architecture
Architecture You Can Use to Customize Siebel Open UI The proxy objects represent the server-side repository objects such as business components or applets in the thin client. As such they provide access to the data and methods as well as the scripting API but cannot be modified themselves. The presentation model is a single file or set of files which…
Differences in the Client Architecture Between High Interactivity and Siebel Open UI
Above screen shot compares the ActiveX UI architecture that a high-interactivity client uses to the architecture that Siebel Open UI uses. Explanation of Callouts This comparison between high interactivity and Siebel Open UI includes the following items: Client Environment. The Siebel Open UI client environment allows you to customize run-time configurable objects to meet a wide range of rendering requirements, from supporting…
Siebel fields validation through HTML Attributes
With Siebel Open UI upgrade, we have a lot of flexibility to use javascript codes in PM-PR files or use a 3rd party for fields validations. But how we put javascript codes in Siebel lower versions…Suppose we need to validate an input element in form applet. We can do so by inserting JavaScript event in HTML Attributes property of…
How to add new column in database in Siebel Development Environment
I know its really a simple topic to discuss but recently i have such requirement and i got stuck. And this solution might not be as per standard but this works for me. Case: On a screen, I am getting SQL error saying “An error has occurred executing a Sql statement. Please continue or ask your systems administrator to check…