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 are caching and purging in siebel?
What is detail applet and association applet?
What is the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance fromqa(testing) point of view?
What is detailed category in configuration, and its use?
what are the steps to implement outbound email in siebel?
Tell me is it posible to access more than one database at a single siebel application?
How would you import international phone numbers using eim in siebel realtime?
Explain the difference between join specification and join definition?
what is the maximum number of applets can be there in a view?
difference between lov and picklist??
Explain when do we go for dynamic picklist and for pick applet?
Explain how to import lovs?
Is it possible to access more than one database at a single siebel application?
Explain how to assign responsibilities to employees in siebel?
What is applet toggle and how many types are there?