Versions Compared

Key

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

...

Specify the the emailing details in this section.Note

Image Added

IMPORTANT: This is a required field.

DataExport Location:

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

IMPORTANT: This is a required field.

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"/>

...