Sample Plugin Project for Invoke Business Service Activity
You can use the example businessservice.bwp to understand how the Invoke Business Service activity behaves. The example shows the Insert, Upsert, Update, Query, and Delete operation on the workflow.
The following figure shows the parent-child relationship established using the Siebel Objects Editor:

The following figure describes the Invoke Business Service activity process:
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 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.