Versions Compared

Key

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

...

DataExport Location:

Code Block
languagexml
<!-- Location to store and retrieve DataExport zip files -->
<add key="DataExportPath" value="C:\Users\Garora\Documents\DataExport"/>DataExport"/>

Salesforce Entities:

Code Block
languagexml
<!-- 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:

<!-- Set it to true if you want to pull schema information while DataExport-->
<add key="pullSchemaInfo" value="true"/>

 

Backup Folder Limit:

<!-- Set the limit of back up folders -->
<add key="backUpFoldersLimit" value="2"/>

 

Use Data Cache:

<!-- use the schema information from the file stored while DataExport to generate database-->
<add key="useDataCache" value="true"/>

 

<!-- SQL Server 2008 FileStream -->
<add key="useFileStreamForAttachments" value="true"/>
<add key="baseFileStreamTarget" value="C:\SDDMSFILES"/>