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

MOSC Banner

FieldChange method is getting executed 3 times in Siebel Open UI

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

Dear All,

My Requirement is whenever user changes value in a particular field in list applet, i have to execute a business logic and show the show a pop up to user.

I tried FieldChange" and "Cellchange" method in PR layer and noticed that method is executed 3 times for the same field. In the below example, i could see the value printed in console three times.

I expected that it will run only once for a field. Could you please clarify this? Thanks for your help!

AAEAPWInt.prototype.Init = function(){

  SiebelAppFacade.AAEAPWInt.superclass.Init.call(this);

  this.GetPM().AttachPMBinding("FieldChange", this.SetControlValue, {scope: this});

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