Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The data export application is able to iterate through a completed export (see Salesforce > Data Management > Data Export) and copy the selections to your local server hard drive by specifying their credentials in the Salesforce connection string and the "DataExportPath" i.e. location where the zip files will be stored.

Code Block
languagexml
<add name="SalesforceConnectionString" connectionString="G4S:user id=sfdcuser@example.com;password=examplePassword;token=YYB00TokenExampleBwENRKwCSZ;environment=Production"/>

...