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

MOSC Banner

Open Send Communication Applet in Open UI

edited Nov 30, 2018 12:44AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hi,

We are working on Siebel Open UI 8.1.1.11. We have one requirement where on click of a image, Send Communication Applet Should open. We  tried the below code we are getting the error as "Uncaught TypeError: undefined is not a function" for the highlighted line in the below code and when checked in the Watch Expression Window, Values are not getting assigned to the Properties.

Code :

$("#User").on('click', function ()

{

   var inp = theApplication().NewPropertySet();

    inp.SetProperty("SWEMethod", "ShowPopup");  // tried removing this line

    inp.SetProperty("SWETA", "Send Communication Applet");

    inp.SetProperty("SWEH", "200");      

    inp.SetProperty("SWEW", "800");  

    inp.SetProperty("SWEM", "List");

   this.ExecuteMethod( "ShowPopup", inp);

Tagged:

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