Overview of Applet Events
Siebel CRM calls an applet event in reply to a user interaction. You can manage each event for each applet.
The format for an applet event that you use on the browser is:
Applet_event
where:
event is the name of the event.
For example:
Applet_ChangeFieldValue
If the event includes the Applet prefix, then you can use it only on the browser.
The format for an applet event that you use on the Siebel Server is:
WebApplet_event
where:
event is the name of the event.
For example:
WebApplet_InvokeMethod
If the event includes the WebApplet prefix, then you can use it only on the Siebel Server.