FindApplet Method

The FindApplet method returns the active applet. It uses the following syntax:

Application. FindApplet(appletName)

where:

  • appletName is a string that contains the name of the active applet.

For example, if the Contact List Applet is the current applet, then the appletName variable in the following code returns the name of this applet as a string:

SiebelApp.S_App.FindApplet(appletName);