ReceiveSalesforceMessage Trigger

ReceiveSalesforceMessage is a Salesforce.com trigger that gets created by default when you create a flow for the TIBCO Flogo® Connector for Salesforce.com connector. It receives messages whenever a change occurs in Salesforce.com and activates the flow.

To create a flow using the this trigger see Creating a Connection Flow.

Configuration

The Configuration tab has the following fields that identify which Salesforce.com connection to use and the type of object to use for the selected connection.

Field Description
Connection Name Salesforce.com connection name. By default, this field displays the name of the Salesforce.com connection that you had selected at the time of this flow creation. If you have multiple Salesforce.com connections, and would like to use a different connection than the one you specified when creating the flow, you can change the connection by selecting it from the drop down menu for this field.
Object Name Salesforce.com business object name. By default, this field displays the name of the Salesforce.com object that you had selected at the time of this flow creation. If you would like to configure this trigger with a different object than the one you specified when creating the flow, you can change the object by selecting it from the drop down menu for this field.
Query The query used to receive information from Salesforce.com, for example Select Id, Name From Account. The query must be in the SOQL (Salesforce Object Query Language) syntax. Selecting the Id field is mandatory in the query for this trigger. The query object must be the same as the one that you selected in the Object Name field. See the Salesforce documentation for more details.

Output

The schema for the output of this trigger is displayed in a tree format in this tab. The schema will vary according to the object that you selected in the Configuration tab. The elements that you see in the schema can be mapped as input to the activities which follow this trigger in the flow.