Sample Plug-in Project to show the Parent-Child Relationship using Invoke Business Object Activity

You can use the example parentChild_businessObject.bwp to understand how the parent-child relationship works using the Invoke Business Object activity. The example shows the Insert, Upsert, and Query operation on the business object.

The following figure describes the parent-child relationship using the Invoke Business Object activity process:

Example for Parent-Child Relationship using the Invoke Business Object Activity Process

The following figure shows the parent-child relationship established using the Siebel Objects Editor:

Example for Establishing Parent-Child Relationship using Siebel Objects Editor

The Invoke Business Object Activity process performs the following operations:

  • The Insert operation inserts the value for the field or fields that are defined in the schema.
  • The Upsert operation upserts the value for the field or fields that are defined in the schema. The Upsert operation inserts the value for the fields that are defined in the schema if the record does not exist, and updates the value for the fields if the record exists.
  • The Query operation queries or searches the field or pattern that is defined in the schema.
  • The Log stores the logs of the operations performed.