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

BusComp_DeleteRecord Event


The DeleteRecord event is called after a row is deleted. The current context is a different row (the Fields of the just-deleted row are no longer available).

Syntax

BusComp_DeleteRecord

Argument
Description

Not applicable

 

Usage

When a user reads and deletes an existing record or creates and undoes a new record, this invokes DeleteRecord. This invocation causes any associated scripts to be executed.

NOTE:  The BusComp_PreDeleteRecord and BusComp_DeleteRecord events do not fire for child records that are deleted due to the Cascade Delete property on a link. Such deletes happen directly from the data layer for performance reasons, while script events are triggered from the object layer and are therefore not executed.

Returns

Not applicable

Used With

Server Script

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