Salesforce Subscriber
The Salesforce Subscriber (earlier known as Salesforce Topic Subscriber) activity subscribes to a single Salesforce streaming topic or event and generates a process event from each message received. To subscribe to a topic or event in Salesforce, you must configure the Salesforce Subscriber activity in TIBCO Business Studio.
General
On the General tab, you can establish a connection to the Salesforce.com server.
The following table lists the configurations on the General tab of the Salesforce Subscriber activity:
Description
On the Description tab, enter a short description for the Salesforce Subscriber activity.
Advanced
The following table lists the configurations on the Advanced tab of the Salesforce Subscriber activity:
Field | Description |
---|---|
Sequence Key |
This field contains an XPath Expression that specifies the order in which processes run. Process instances with sequencing keys evaluated as the same value are run in the order they are created. |
Custom Job Id |
This field contains an XPath expression that specifies a custom ID for the process instance. |
Output
On the Output tab, you can find the output value.
The following table lists the output elements on the Output tab of the Salesforce Subscriber activity:
Output Item | Data Type | Description | |
---|---|---|---|
data | |||
event | createdDate | String | The date when the event was created. |
replayId | Integer | Indicates the replay ID of the event. | |
type | String | Indicates the type of the event. | |
sObject | Complex | This node contains either the fields for the selected object or a text field for its JSON representation if no object is selected on the General tab. |