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
Explain what is constrainted picklist?
Where you involved in the design phase and what did you do?
Explain how to resolve foreign key in eim?
What is inbound in picklist?
How to do validations in escripts and in configuration?
When do we go for bc level user properties?
What are the steps required to set the policy expression?
Explain how to import list of values?
Explain how to edit the joined fields values in join?
How to specify a view to be displayed as aggregate view in siebel 7.7?
How do you invoke wfs?
Explain how to find entity relation in siebel tools?
How to find entity relation in siebel tools?
Explain is it posible to access more than one database at a single siebel application?
What are the steps for creating a mvg?