Invoke a taskflow from button

From Script:


                var inputPropSet;
var outputPropSet;
var taskUIsvc;

inputPropSet = TheApplication().NewPropertySet();
outputPropSet = TheApplication().NewPropertySet();
taskUIsvc = TheApplication().GetService("Task UI Service (SWE)");

inputPropSet.SetProperty("TaskName","<Task Name>");
taskUIsvc.InvokeMethod("LaunchTaskFromScript",inputPropSet,outputPropSet);

Comments

Popular posts from this blog

1.) Siebel Install IP 15 Client (Tools and Web Client) in Windows Server 2008 OS

About View Popup Applet in the Standard Interactivity Mode Siebel Applications