Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
If enabled for your account, you can also create records in Salesforce. For information about using the Data Retriever to create records in Salesforce, see Creating a Salesforce record.
You can either use the standard Salesforce interface to retrieve data, as described here, or use Salesforce Object Query Language (SOQL). For information about using SOQL to retrieve Saelsforce data, see Retrieving data from Salesforce using Salesforce Object Query Language (SOQL).
To use the standard Salesforce interface to retrieve data from Salesforce, perform the following steps:
...
Each data source is named ObjectName(n)|FieldName where:
- ObjectName is the object you select in the Salesforce Object list
- n is the index of the record found in Salesforce, between 1 and the value you specify in Maximum Number to Retrieve
- FieldName is a field you select in the Add Field to Retrieve list
...