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

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


Please Help Members By Posting Answers For Below Questions

Explain what is eapps.cfg file. And what is its significance?

963


How to send an email using siebel application?

1049


Explain what is all mode sort?

971


Explain what is an extension table?

976


What is applet toggle how many types are there?

959


What are the steps for creating a dynamic pick list?

1137


Explain what is the use of virtual bc?

970


how would we give access to data using positions

1884


Explain how to find entity relation in siebel tools?

1055


What are the different screens available in Siebel?

2191


Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?

948


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

2176


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

2622


How to do validations in escripts and in configuration?

972


Is it possible to access more than one database at a single siebel application?

972