BusComp_WriteRecord Event

Siebel CRM starts the BusComp_WriteRecord event after it saves the record to the Siebel database. This event does not return any information.

Format

BusComp_WriteRecord

No arguments are available.

Usage

Do not use the BusComp_SetFieldValue event in a BusComp_WriteRecord event. If you must use the BusComp_SetFieldValue event, then use it in the BusComp_PreWriteRecord event. For more information, see BusComp_PreWriteRecord Event.

For information about using the BusComp_WriteRecord event with a multivalue group, see Using a Write Record Event with a Multivalue Group in BusComp_PreWriteRecord Event.

Caution for Using an Error Method with a Write Record Event

Caution: Be careful if you use the RaiseError method or the RaiseErrorText method in the BusComp_WriteRecord event or in the BusComp_PreWriteRecord event. For example, if you use the RaiseErrorText method in the BusComp_PreWriteRecord method, then the user or the code cannot step off the current record until the condition that causes Siebel CRM to call the RaiseErrorText method is addressed.

Used With

Server Script