Sample Plugin Project for Invoke Integration Object Activity

You can use the example integrationobject.bwp to understand how the Invoke Integration Object activity behaves. The example shows the Insert, Upsert, Update, Query, and Delete operation on the integration object.

The following figure describes the Invoke Integration Object activity process:

Example for Invoke Integration Object Activity Process

The Invoke Integration 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 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.