Skip to content
Kevin Lee edited this page Apr 8, 2019 · 7 revisions

Configuration

Schema File

  • Defines details of the entities and attributes that are to be extracted.
    XML document defining the entities and attributes that are extracted from the CRM Instance. This schema can be constructed using the Configuration Migration tool in the XRM SDK.

Export Config

  • Defines details of the run parameters for the Export.
    JSON document

  • CrmMigrationToolSchemaPaths Name and Location of the Schema file to be used.

  • CrmMigrationToolSchemaFilters Definition of ?????.

  • PageSize Defines the number of records to be read in a single page.

  • BatchSize Defines the number of records each export file can contain.

  • TopCount Upper limit on the number of records that are exported.

  • OnlyActiveRecords Restricts the export based on records status.

  • JsonFolderPath Defines the folder that holds the exported files.

  • OneEntityPerBatch Manages the ?????

  • FilePrefix Defines the common prefix for all exported files

  • SeperateFilesPerEntity Forces the export files to contain only one CRM entity.

  • LookupMapping ??????

Import Config

Clone this wiki locally