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
When do you use genbscript.exe?
Explain how to resolve foreign key in eim?
What is the difference between an organization and division in Siebel?
How to edit the joined fields values in join?
Explain how to assign responsibilities to employees in siebel?
What is the use of detailed category in configuration?
What is detailed category?
What is the difference between vbc and ebc in siebel?
In an applet one custom button is created on clicking that button all the fields get validated and then message should be displayed on the other applet as the corresponding field values are empty
What is nameserver?
How can you do the data cleansing in eim?
What are the functionalities performed by siebel?
when do you use "caninvoke(false/true)" method in scripting?
Why we using the user properties?
how would we give access to data using positions