BusComp_NewRecord Event
If the user creates a business component record, and if the user makes this record the active record, then Siebel CRM calls the BusComp_NewRecord event. You can use this event to set up default values for a field. This method does not return any information.
Format
BusComp_NewRecord
No arguments are available.
Usage
If a new record is created in one of the following ways, then Siebel CRM calls the BusComp_CopyRecord method instead of the BusComp_NewRecord method:
Siebel CRM creates a new record using one of the following formats:
BusComp.NewRecord NewAfterCopy
BusComp.NewRecord NewBeforeCopy
A user uses a copy record feature in the Siebel client. For example, the user chooses the Copy Record menu item from the Edit menu, or presses CTRL+B.
Used With
Server Script
Examples
For an example, see Pick Method for a Business Component.