Salesforce Download Documentation
< All Topics
Print

Select Objects to Download

If the SQL database is initialised without the -n option all objects to be downloaded must be individually specified using the sf_download objects command with the following options.

SwitchRequiredNotes
-SYThe SQL Server instance to download to
-DYThe SQL Server instance to target
-oYA Salesforce object API name
-dNSpecify whether the object should be downloaded. Y | N
-mNSpecify the download method for the object. SOAP | Bulk | Batched
-iNSpecify the integration method for the object. Incremental | Delete

Examples

Set the account object to be downloaded with default options:
sf_download objects -S myInstance -D myDB -o Account -d Y

Set the account object to be downloaded specifying download and integration methods:
sf_download objects -S myInstance -D myDB -o Account -d Y -m Bulk -i Delete