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

BusComp_NewRecord Event


The NewRecord event is called after a new row has been created in the business component and that row has been made active. The event may be used to set up default values for Fields.

Syntax

BusComp_NewRecord

Argument
Description

Not applicable

 

Returns

Not applicable

Usage

BusComp_NewRecord is called when a new record is created unless the new record was created:

  • Through BusComp.NewRecord NewAfterCopy|NewBeforeCopy
  • Through any UI copy record mechanism (Edit > Copy Record; CTRL+B)

In these cases, BusComp_CopyRecord is called instead of BusComp_NewRecord.

Used With

Server Script

Example

For an example, read Pick Method.

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