siebel

How to know the applet mode in Siebel Open UI


Does Siebel Open UI have a way of knowing the mode of an applet. For instance Query Mode, Edit Mode or New Mode ?

Thanks in advance


Solution

  • There is a method in siebel open ui with which you can get the mode of the current applet..

    SiebelApp.S_App.GetActiveView().GetApplet("Applet_Name").GetMode();
    

    this will return the mode of current applet