How Siebel CRM Saves a Record to the Siebel Database

Siebel CRM saves a record to the Siebel database in the following situations:

  • Explicitly by using the BusComp.WriteRecord method.

  • Navigating away from the current record by any of the following object interface methods:

    • BusComp.Associate.

    • BusComp.DeleteRecord. It moves the cursor to another record, so this method automatically saves the record.

    • BusComp.FirstRecord.

    • BusComp.LastRecord.

    • BusComp.NextRecord.

    • BusComp.PreviousRecord.

  • Closing a business component by setting the BusComp method to Nothing.