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

How to update a field based on change in another field?

How to update a field based on change in another field? OR How to update a field when another field is updated?

June 18, 2009 5
Written by

What is the use of return(CancelOperation)?

return(CancelOperation) statement is used to send the control back to Siebel or in other words to stop the normal flow of execution of script of a particular event. This statement is mandatory if we are defining a custom method. For example:

February 9, 2009 6