Sample Project to show the Invoke Parent-Child Relationship with Integration Object
You can use the example Invoke_BS_ParentChild.bwp to understand how the parent-child relationship with multi-value link works using the Invoke Business Service activity. The example shows the Insert, Upsert, Update, Query and Delete operation on Sample Account and child Contact Integration Component.
The following figure shows the parent-child relationship established using the Siebel Objects Editor:

The Invoke Business Service 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 Update operation updates the value for the field or fields that are defined in the schema.
- 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.
- 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.