Posts

Showing posts from January, 2020

Siebel Open UI Application Programming Interface

                                                                      Siebel Open UI API Creating custom UI in siebel requires that you do the following work Create a PM - which siebel open ui uses in addition to metadata that it gets from the siebel server  Create a new PR for customizing UI Open UI  stores these files in the below location      Path:     \PUBLIC\language_code \ release_number \ SCRIPTS\SIEBEL Methods of Presentation model that Siebel Open UI Supports AddMethod ExecuteMethod Get SetProperty AddProperty Init Define AddMethod :  It adds method to the Presentation model. You can use Execute method to run the method added from the presentation model or physical renderer. Syntax: AddMethod("methodName", methodDef(ar...

Siebel Open UI Concepts for interviews explained

Image
What is Siebel Open UI? Siebel Open UI is the latest version of Siebel which gives us capability to modify the UI elements compared to older Standar Interactivity or High Interactivity version. It gives us cross browser functionality which means it can run on the multiple browsers like Google Chrome, Mozilla What is the Difference between Siebel OPEN UI and HI Client? Siebel Open UI renders files through Client Proxy which works with HTML, CSS, Javascript  whereas HI client renders through Active X controls. Why Siebel Open UI? Siebel Open UI uses Javascripts for customization through which the webpages can be rendered from any of the browsers. In earlier siebel version only IE is used and third party customization always required Active X control be downloaded to show in the UI. To Avoid this Oracle has come up with this solution. Customers are demanding for Multi browser development  Deploying Siebel to mobile devices like iPad without using the third part i...