Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Introduction to Siebel scripting


The Siebel scripting framework, internally named extension language or EL, allows custom developers to add code to application, applet, business component, and business service definitions. The following programming languages are supported:

  • eScript: By far the most popular scripting language for Siebel CRM. Siebel eScript is an implementation of the ECMA-262 standard, which is also the base of the popular JavaScript language. Siebel eScript is supported on all operating systems on which Siebel CRM can be installed.

  • SiebelVB: A derivative of Visual Basic is supported as a Siebel scripting language as well, albeit its importance and adoption by developers have declined over the last decade. VBScript is only supported on Microsoft Windows operating systems.

  • Browser JavaScript: Interpreted by the browser, code implemented in pure JavaScript allows developers to manipulate the objects in the browser's document object model (DOM). The Siebel scripting framework...