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
how would we give access to data using positions
What happens if you create an employee in siebel application and forget to create?
Tell me when do you use property sets in siebel?
In a flow, when a Customer has called for enquiring about some product. He does not have any Service tag, Order # or SR#. In this case what kind of Activity will be created and how will the agent proceed with the Activity.
Suppose I have a view with form applet on the top and list applet at the bottom.there is "score" field in the list applet.how to display the totals of score in form applet?
Explain the steps required to implement the load balancer on siebel servers.
How do you import lov's?
How do you handle error handling in wfs?
What is user properties? Why we using the user properties?
Explain how does your b/c and view related?
How to improve your performance in views?
What are the steps required to set the policy expression?
What is complex join? Difference with foreign key primary key join?
How to specify a view to be displayed as aggregate view in siebel 7.7?
When do we go for dynamic picklist and for pick applet?