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 eapps.cfg file. And what is its significance?
How to send an email using siebel application?
Explain what is all mode sort?
Explain what is an extension table?
What is applet toggle how many types are there?
What are the steps for creating a dynamic pick list?
Explain what is the use of virtual bc?
how would we give access to data using positions
Explain how to find entity relation in siebel tools?
What are the different screens available in Siebel?
Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?
hi,i would like to know the what are the questions they will ask for siebel testing. i need question for only siebel testing only
when i click on first time ststic picklist valus should be 4 values and if i click next time i want to see 6 picklist with diff values for that same field.How will u configure
How to do validations in escripts and in configuration?
Is it possible to access more than one database at a single siebel application?