Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

close and submit the TBUI task from applet script

edited Nov 20, 2013 4:11PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered
Hi All

Is there any scripting approach to close and submit the TBUI task from applet script ? we have used the below script  in our implementation and works fine for most of the places.but  gave an error in one TBUI flows. wanted to know if this below scrip is correct or any suggestions.

var bsTask = TheApplication().GetService("Task UI Service (SWE)");

                                var psIn = TheApplication().NewPropertySet();

                                var psOut = TheApplication().NewPropertySet();

                                bsTask.InvokeMethod("SubmitTask", psIn, psOut);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center