Salesforce Object (Bulk API)
Parameter | Value |
object | the salesforce object name auth |
authUrl | |
clientId | the un-encrypted client id for the connected app (NOTE: if done through the config using a text editor it must have the encrypted values) |
clientSecret | the encrypted client secret for the connected app |
username | the encrypted salesforce user account |
password | the encrypted salesforce user account password |

The attributes clientId, clientSecret, username, password are case sensitive
<SalesforceDataSource
object="String"
authUrl="String"
clientid="String"
clientsecret="String"
username="String"
password="String">
<Schema>
...
</Schema>
<Filter/>
</SalesforceDataSource>
Last modified 1yr ago