...
Code Block | ||
---|---|---|
| ||
<!-- Which entites to be generated/ Leave out to generate all entities --> <add key="entities" value="User, Document, Folder, Case, CaseStatus, Asset, Contact, OpportunityContactRole, Campaign, CampaignMember, Lead, LeadStatus, Opportunity, OpportunityCompetitor, OpportunityStage, Contract, ContractStatus, ContractContactRole, Approval, Attachment, Account, AccountContactRole"/> <!-- When set to false only those entities specified in the "entities" key will be generated. When set to true all entities except those specified in the "entities" key will be generated --> <add key="excludeEntities" value="false"/> |
Schema Information:
Code Block | ||
---|---|---|
| ||
<!-- Set it to true if you want to pull schema information while DataExport--> |
...
<add key="pullSchemaInfo" value="true"/> |
Backup Folder Limit:
Code Block | ||
---|---|---|
| ||
<!-- Set the limit of back up folders --> |
...
<add key="backUpFoldersLimit" value="2"/> |
Use Data Cache:
Code Block | ||
---|---|---|
| ||
<!-- use the schema information from the file stored while DataExport to generate database--> |
...
<add key="useDataCache" value="true"/> |
To use file stream:
Code Block |
---|
<!-- SQL Server 2008 FileStream --> |
...
<add key="useFileStreamForAttachments" value="true"/> |
...
<add key="baseFileStreamTarget" value="C:\SDDMSFILES"/> |
Miscellaneous:
Code Block | ||
---|---|---|
| ||
<!-- If a CSV file in the DataExport doesn't have a corresponding Salesforce object should a table be created and populated in SQL? -->
<add key="CreateTablesFromCsvAlone" value="false"/>
<!-- If a column from a CSV file in the DataExport doesn't have a corresponding Salesforce object field should a Column be created and populated in SQL? -->
<add key="CreateColumnsFromCsvAlone" value="false"/> |