Answer Posted / vignesh
PFB the way to invokde the workflow through scripting,
Steps:
var sbs = TheApplication().GetService("Workflow Process
Manager");
var psInputs = TheApplication
().NewPropertySet();
var psOutputs = TheApplication
().NewPropertySet();
var sId = this.GetFieldValue("Id");
psInputs.SetProperty ("ProcessName", "WF
Name");
psInputs.SetProperty ("Object Id", sId);
sbs.InvokeMethod("RunProcess", psInputs,
psOutputs);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain what is the maximum number of applets can be there in a view?
In a flow, when a Customer has called for enquiring about some product. He does not have any Service tag, Order # or SR#. In this case what kind of Activity will be created and how will the agent proceed with the Activity.
Explain where you will drop the constraints?
How extension table is related to base table?
What are the functionalities performed by siebel?
what is the maximum number of applets can be there in a view?
What is difference between join specification and join definition?
Siebel 7.7 how do you add button icon in an applet? Like new,query,delete.i want activate button also.
Tell me when do you use property sets in siebel?
When do we go for dynamic picklist and for pick applet?
How do you recognize that a particular table (base table) can be extended?
How is Siebel x data model is different from Siebel 0 data model?
Why do we use symbolic strings in siebel 77?
What is virtual bc?
Can multiple presentation catalogs refer to one business model?