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.
Switch | Required | Notes |
---|---|---|
-S | Y | The SQL Server instance to download to |
-D | Y | The SQL Server instance to target |
-o | Y | A Salesforce object API name |
-d | N | Specify whether the object should be downloaded. Y | N |
-m | N | Specify the download method for the object. SOAP | Bulk | Batched |
-i | N | Specify 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