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

MOSC Banner

Regarding Applet load event in PM/PR

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

Hi,

I want to hide some fields(Controls) when they are null and when the applet is loaded using PM/PR. How to get the event in PR.

I have added for NextRecord And PreviousRecord. And it i not working.

Can someone please validate my code below. Thanks.

We are using 8.1.1.14 version.


PM

if( typeof( SiebelAppFacade.INGRHideAddInfoPM ) === "undefined" )

{

  SiebelJS.Namespace( "SiebelAppFacade.INGRHideAddInfoPM" );

  define("siebel/custom/INGRHideAddInfoPM", function () {

  SiebelAppFacade.INGRHideAddInfoPM = ( function() {

  function INGRHideAddInfoPM( proxy ){

  SiebelAppFacade.INGRHideAddInfoPM.superclass.constructor.call( this, proxy );

  }

  SiebelJS.Extend( INGRHideAddInfoPM, SiebelAppFacade.PresentationModel );

  INGRHideAddInfoPM.prototype.Init = function()

  {

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

  this.AddProperty( "ShowAdditionalInfo", "" );

  this.AddMethod("InvokeMethod", PreInvokeMethod, { sequence : false, 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