SalesforceQuery
This activity executes the specified SOQL SELECT statement. It executes a query against the specified object for the specified connection and returns the data that matches the specified criteria in the query.
Configuration
The Configuration tab has the following fields that identify which Salesforce.com connection to use and the type of object to query.
| Field | Description |
|---|---|
| Connection Name | Salesforce.com connection name. If you have created multiple Salesforce.com connections, select the one you want to use for this flow. |
| Object Name | Salesforce.com business object name. Select the object you want this activity to use for this activity from the drop down menu for this field. |
Input
Note: Entering or mapping a value for the id field in this tab is mandatory. See the Salesforce documentation for more details.
Enter the
Salesforce.com query, you want to send to Salesforce using SOQL (Salesforce Object Query Language). You have the option to either enter the input manually or map the input to the output from a preceding activity provided that the preceding activity has an output. The input tree displayed for this activity will depend on the object that you selected in the
Configuration tab. Refer to the "Using the Mapper" section in the
Flogo® Enterprise documentation for details on how to use the mapper.
Output
The schema for the output of this activity 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 activity in the flow.
Related concepts
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.
