Siebel Object Interfaces Reference > Interfaces Reference > Applet Events >

Applet_ChangeRecord


The ChangeRecord event is called when the user moves to a different row or view.

Syntax

Applet_ChangeRecord()

Parameter
Description
Not applicable
 

Returns

Not applicable

Used With

Browser Script

Example

Here is a Browser Script example:

function Applet_ChangeRecord ()

{
TheApplication().SWEAlert ("Moving from one record to another");
}

See Also

Applet_ChangeFieldValue


 Siebel Object Interfaces Reference 
 Published: 18 June 2003