Overview of Using the ST eScript Engine

Siebel eScript is compliant with the ECMAScript Edition 4 standard. ECMAScript is the implementation of JavaScript as defined by the ECMA -262 standard. The Siebel eScript includes the following capabilities:

  • Performance. Provides higher throughput with a lower CPU and memory footprint in situations where you use a significant amount of script. The result is improved performance and lower maintenance on heavily scripted events.

  • Scalability. Superior performance even if many users concurrently run scripts.

  • Strong typing. Supports strong typing that is compliant with the ECMAScript Edition 4 standard. Strongly typed objects result in scripts that are more functional and improved performance.

  • Functionality. Adds new functionality, such as Script Assist, script libraries, favorites, and Fix And Go. For more information, see About Using Script Assist and Using Fix And Go.

For more information, see Siebel eScript Language Reference.