Siebel Object Interfaces Reference > Browser Script Quick Reference > Object Interfaces Reference >

Applet Events For Browser Script


Table 99 describes a summary of the applet events you can use in Browser Script.

Table 99. Summary of Applet Events for 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)

Siebel Object Interfaces Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.