Siebel Object Interfaces Reference > Browser Scripting >

Business Component Events for Browser Script


Table 76 lists a summary of the business component events.

Table 76. Business Component Events Syntax Summary
Event
Description
Syntax

BusComp_PreSetFieldValue Event

Called when a value is changed by the user in the user interface.

This Browser Script event is invoked after the server round trip if the Immediate Post Changes property of the Business Component field is set to TRUE.

NOTE:  This event is not invoked on picklists and multivalue fields.

BusComp_PreSetFieldValue (fieldName, value)

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.