Siebel Object Interfaces Reference > Interfaces Reference > Business Component Events >

BusComp_WriteRecord Event


The WriteRecord event is called after a row is written out to the database.

The WriteRecord event triggers after the record has been committed to the database. Do not use SetFieldValue in a WriteRecord event. If you need to use SetFieldValue, put it a PreWriteRecord event (explained in BusComp_PreWriteRecord Event).

Syntax

BusComp_WriteRecord

Argument
Description

Not applicable

 

Returns

Not applicable

Usage

When associating a multi-value group record (based on an M:M relationship) with the business component that invokes the association, the PreWriteRecord and WriteRecord events execute. These events execute even if no fields on the base or invoking business component are updated by the association. The PreWriteRecord and WriteRecord events are executed to acknowledge the update to the intersection table.

Used With

Server Script

Siebel Object Interfaces Reference