Sample Project for Parent-Child Relationship using the Invoke Integration Object Activity
You can use the example InvokeIO_ParentChild.bwp to understand how the parent-child relationship works using the Invoke Integration Object activity. The example shows the Insert, Upsert, Update, Delete, and Query operation on the business object.
The following figure shows the parent-child relationship established using the Siebel Objects Editor:

The Invoke Integration 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 Update operation updates the value for the field or fields that are defined in the schema.
- The Log stores the logs of the operations performed.
- The Delete operation deletes the value for the field or fields that are defined in the schema.
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.