Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to invoke workflows using scripting

Answers were Sorted based on User's Feedback



how to invoke workflows using scripting..

Answer / 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

how to invoke workflows using scripting..

Answer / 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

More Siebel Interview Questions

how do you specify a view to be displayed as aggregate view in siebel 7.7?

0 Answers  


What will happen after the content groups gets created?

0 Answers  


Explain how to create an extension table with an intersection table?

0 Answers  


How is siebel server set up using the default tcp monitor?

0 Answers  


what is the value for applet user property "CanInvoke" and how do we write expression for this

2 Answers   IBM,


what is a bounded picklist?

5 Answers  


What is an EBC (External Business Component) and how is it different from VBC.

2 Answers  


i want interview question on siebel testing.very urgent

0 Answers   IBM,


How to invoke an URL on clicking a button in Applet

1 Answers   Cap Gemini,


Explain pick applet, dynamic picklist: which will be better if performance issue is considered?

0 Answers  


Explain what is the significance of eapps.cfg file?

0 Answers  


How do you handle error handling in wfs?

0 Answers  


Categories