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
Written by

How can we call workflow process synchronously through scripting ?

There can be several variations to the above questions such as How can one call a Workflow synchronously from a script without using Business Service: Workflow Process Manager? What are various ways business services that we can use to call a workflow process in scripting? The Answer to the above question is

January 27, 2009 2
Written by

Is ST better than T engine? Is it better to typecast variables as in ST? If Yes, why?

Before giving the answer I would like to provide some information about ST engine ST stands for Strongly Typed. This is a new scripting engine introduced by Siebel and is available since Siebel 7.7 version. This is default scripting engine for Siebel 8.0 Now, for the answers of the questions

January 27, 2009 1