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

MOSC Banner

Command Method Argument is coming null in Business Service in Open UI

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

Hi ,

Currently we have upgraded the env with open ui(Ip2014).We have HI application as well.

We are facing issue in custom toolbar where we taking argument value from Method Argument .

Code is as below in BS Server Script:

function Service_PreInvokeMethod (MethodName, Inputs:PropertySet,Outputs:PropertySet)

{

  var rt = ContinueOperation;

 

  try

  {

  switch(MethodName)

  {

  case "RunActionComm":

  LogWriter("Method Argument: " + Inputs.GetProperty("Method Argument"),3);

  Inputs.SetProperty("ActionName",Inputs.GetProperty("Method Argument"));

--Some more code to Query the data and go to view ----

}

}

}

Here in above code Value of Method Argument is coming null.

Command Parameter:

Command Name:My View

BS Name: MyBS

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