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
What is the use of global policy expressions defined in siebel?
what is client business service?
How to create an extension table with an intersection table?
Explain what is detailed category in configuration, and its use?
Is it possible to access more than one database at a single siebel application?
How is server monitoring managed using the load balancing concept?
Explain where did you use wf in your last project?
What are the differences between siebel 7.8 and 8.0?
What is the process to create the dynamic drilldown?
Suppose if we have dynamic picklist as bounded can we add field?
How is Siebel x data model is different from Siebel 0 data model?
What is outbound in picklist?
How will you do validations in escripts and in configuration?
What is the difference in the architecture of Siebel x and Siebel x?
How is load balancing maintained in the server?