Category: Siebel Open UI Development Architecture

Example of How Siebel Open UI Identifies the JavaScript Files It Must Download

Explanation of Callouts   The example manifest administration includes the following items:   1The Files list specifies the siebel/custom/recyclebinpmodel.js file.   2The presentation model specifies siebel/custom/recyclebinpmodel when it calls the define method. Note: Its a refrence from Siebel 8.1/8.2 Bookshelf. [su_divider] Thanks for subscribing to SimplySiebel.

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…