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

MOSC Banner

PR file code FieldChange event seems to be working but giving some errors in console.

edited Nov 30, 2018 12:33AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

below code seems to be working but after execution, i see some other errors showing up in console.

******************************************************* Code *****

this.GetPM().AttachPMBinding("FieldChange", OnFieldChange, { sequence : true, scope: this});

  function OnFieldChange(control, field_value){

  console.log("Control Name: "+control.GetName()+" : "+field_value);

  //returnStructure ["CancelOperation"] = true;

  return true;

  };

*********************Error ******************

Uncaught TypeError: Cannot read property 'keyCode' of undefinedSiebelAppFacade.PhysicalRenderer.ac.HandleKeyEvents

@ phyrenderer.js?_scb=8.2.2.4_SIA_[23030]_ENU:44(anonymous function)

@ phyrenderer.js?_scb=8.2.2.4_SIA_[23030]_ENU:44jQuery.event.dispatch

@ jquery.js?_scb=8.2.2.4_SIA_[23030]_ENU:3074elemData.handle @ jquery.js?_scb=8.2.2.4_SIA_[23030]_ENU:2750

srformappletpr.js?_scb=8.2.2.4_SIA_[23030]_ENU:28

Control Name: Abstract : testrdft

can someone help me with this error?

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