Siebel eScript Language Reference >

Siebel eScript Language Overview


Siebel eScript is a scripting or programming language that application developers use to write simple scripts to extend Siebel applications. JavaScript, a popular scripting language used primarily on Web sites, is its core language.

Siebel eScript is ECMAScript compliant. ECMAScript is the standard implementation of JavaScript as defined by the ECMA-262 standard.

Siebel eScript provides access to local system calls through two objects, Clib and SElib, so you can use C-style programming calls to certain parts of the local operating system. This allows programmers to write files to the local hard disk and perform other tasks that standard JavaScript cannot.

Siebel eScript Programming Guidelines

Basic Siebel eScript Concepts

Data Types

Expressions

Operators

Functions

eScript Statements


 Siebel eScript Language Reference 
 Published: 18 April 2003