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

MOSC Banner

ShowSelection method is working differently in List and Form Applets

We want to write a script in PM on change record event. We are using below line in Init method of PM.

this.AddMethod( "ShowSelection",  SelectionChange, { sequence : false, scope : this } );

We are writing script in function SelectionChange.

The script in SelectionChange is executing always on record change in Form Applets, but in List applets only when the record is edited, this is getting called. If I keep navigating through records without editing anything, it does not call the ShowSelection method. Is this expected for ShowSelection. How can we achieve my requirement in PM.

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