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
What is detail applet and association applet?
when do you use "caninvoke(false/true)" method in scripting?
What is user properties? Why we using the user properties?
What is symbolic url in siebel?
What is force active property?
What are the steps for using a standard 1:1 extension table?
Explain is it required to install gateway server before installing a siebel server?
What value will get stored in the database when a field has both predefault value and post default value?
Give me an example of business scenario and explain implementation with workflow?
How extension table is related to base table?
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
What is the most difficult assignment that was given to you in workflows and how did you come up with the solution?
Can a person from BPO industry learn seibel CRM as it is a Customer relationship managment based industry, if yes what are the jobs aspects of learning the course.?
What is the difference between vbc and ebc in siebel?
Explain what is the significance of eapps.cfg file?