Invoke Integration Object Activity
You can use the InvokeIntegrationObject Activity to perform the insert, upsert, update, delete, or query operation using the integration object or component.
General
The following table lists the configurations in the General tab of the Invoke Integration Object activity:
Field | Module Property? | Description |
---|---|---|
Name | The name of the activity will be displayed. | |
Siebel Connection | Yes | Specify the Siebel Connection type that should be used. See the topic Creating a Siebel Connection using the Siebel Connection Resource for more details. |
Operation | Specify the operation that has to be performed using the activity. The following operations can be performed using the activity:
Note:
|
|
Siebel Object Reference |
Specify the object for reference created using the editor. See the topic Creating a Siebel Schema using the Siebel Objects Editor for more details. |
Description
In the Description tab, you can enter a short description for the Invoke Integration Object activity.
Input
The values in the Input tab will be populated based on the object selected in the Siebel Object Reference field.
Output
The values in the Output tab will be populated based on the values passed to the fields of the objects in the Input tab. If the process execution completes successfuly, you can see the output, otherwise a Fault will be displayed.
Fault
In the Fault tab, you can find the error message and error message code of the Invoke Integration Object activity. See the Error Codes topic for more detailed explanation of errors.
The following table lists the error schema elements in the Fault tab of the Invoke Integration Object activity:
Error Schema Element | Data Type | Description |
---|---|---|
SiebelPluginException | String | Will display an exception at runtime if the user has selected the attributes, has not assigned any values to the attributes, and is trying to perform the Insert, Upsert, Query, or Delete operation. |
SiebelJDBException | String | Will display an exception related to the Siebel operation. The exception will be generated either by the Siebel server or due to operation failure. |