Answer Posted / guest
we can invoke the workflows using scripting. Call the business
service "Workflow process Manager", pass the inputs and invoke
the method "Runprocess".
Here is sample code,
var inpPS = theApplication().NewPropertySet();
var outPS = theApplication().NewPropertySet();
var oBS = theApplication().GetService("Workflow Process
Manager");
outPS = oBS.InvokeMethod("RunProcess", inpPS);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is load balancing maintained in the server?
i need to invoke an external web service from siebel CRM using as input to the web service a value in business component field, i need to display the results in another applet asociated with a virtual business component, does anyone know how to do this? thanks
how do you specify a view to be displayed as aggregate view in siebel 7.7?
What is the difference between siebel 7.5 and 7.8?
How would you find entity relation in siebel tools?
Explain what is the maximum number of applets can be there in a view?
When do we go for dynamic picklist and for pick applet?
Explain the 5 main functions of the server manger?
Explain what is resonate?
Explain is it posible to access more than one database at a single siebel application?
How is netscaler static caching maintained?
What is the difference between vbc and ebc in siebel?
Explain how to create extension table to an interface table in siebel?
i want to join in siebel testing so what was the prerequsites for that to learn? what is the siebel analytics
How do you display the no. of records in a picklist (combo box/drop down) not the records in the pickapplet, in just 3 rows and not 5 rows(which is the default)?