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
Why do we use symbolic strings in siebel 77?
What is the "parent category" property for a screen view?
How do you recognize that a particular table (base table) can be extended?
How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?
What is caching in siebel?
What is the function of nameserver?
Explain what is eapps.cfg file?
Explain what are pre defined queries?
How do you display the number 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)?
How can you do the data cleansing in eim?
Tell me what does install.ksh and imprep.ksh files do?
What is the difference between an organization and division in Siebel?
How to create extension table to an interface table in siebel?
What is symbolic url in siebel?
How to convert single value fields into multivalue fields in the field object type found under business component?