Adding and Inserting Records

You can use Siebel VB or Siebel eScript to mimic one of the following commands in the context of a many-to-many relationship:

  • Add New Record. Associates a new child record.

  • Insert Record. Creates a new record in the child business component.

You can use one of the following methods to associate a new child record:

  • GetAssocBusComp

  • Associate

You can use one of the following methods to create a new record in the child record:

  • The NewRecord method in a child business component

  • The GetMVGBusComp method and the NewRecord method