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

BusComp_PreNewRecord Event


The PreNewRecord event is called before a new row is created in the business component. The event may be used to perform preinsert validation.

Syntax

BusComp_PreNewRecord

Argument
Description

Not applicable

 

Returns

ContinueOperation or CancelOperation

Usage

CancelOperation stops the execution of the underlying Siebel code associated with the event. However, if there is code in the same script following CancelOperation, that code runs regardless of the CancelOperation.

Used With

Server Script

Siebel Object Interfaces Reference