Applet Events For Browser Script

The following table describes a summary of the applet events you can use in Browser Script.

Event Description Format

Applet_ChangeFieldValue Event

Starts if the user uses an applet to modify data in a field.

Applet_ChangeFieldValue (field, value)

Applet_ChangeRecord Event

Starts if the user moves to a different record or view.

Applet_ChangeRecord()

Applet_InvokeMethod Event

Starts after a specialized method or after a custom method is called.

Applet_InvokeMethod (name, inputPropSet)

Applet_Load Event

Starts after Siebel CRM loads an applet and after it displays data.

Applet_Load()

Applet_PreInvokeMethod Event

Siebel CRM calls this event immediately before it calls a specialized method on an applet.

Applet_PreInvokeMethod (name, inputPropSet)