Written by

What is difference between Siebel Browser Script and Server Script?

Execution Context: Siebel Server Scripts are executed in Siebel Application Servers by Application Object Manager (AOM). Siebel Browser Scripts are executed at Client Side by Client Browser (Internet Explorer) Files: Siebel Browser Scripts are converted in JS (Java Script) files and stored in PUBLIC\ENU directory. No JS files are created for Server Scripts and they [...]

January 23, 2010 4
Written by

How to invoke Smart Script on click of a button?

We can invoke Smart Script from a button using “RunCallScript” method of an Applet. For Example on Applet_PreInvokeMethod below given line of code will invoke Smart Script named “Test SS”

January 21, 2010 0
Written by

difference between External and Internal IO?

Following are the differences between Internal and External Integration Objects

January 5, 2010 4