1.

What Is The Difference Between Event And Event Handler?

Answer»

• An event is a user or system action to which the Siebel application might respond
Select events are exposed through the Application PROGRAMMING INTERFACE (API)

EXAMPLE: Updating a record, updating a field, and DELETING a record

• An event HANDLER is the Siebel code that executes in response to the event

Example: When the user steps off a record being edited (the event), the application responds by committing the record to the database (the event handler)

• An event is a user or system action to which the Siebel application might respond
Select events are exposed through the Application Programming Interface (API)

Example: Updating a record, updating a field, and deleting a record

• An event handler is the Siebel code that executes in response to the event

Example: When the user steps off a record being edited (the event), the application responds by committing the record to the database (the event handler)



Discussion

No Comment Found