Posts

Showing posts with the label Dynamics 365 Configuration Migration Tool Dynamics 365 import records Dataverse Configuration Migration DataMigrationUtility.exe Dynamics 365 data package

How to Export and Import Dynamics 365 Dataverse Records Using Configuration Migration Tool

Image
 In this blog, we will learn how to export and import selected Microsoft Dynamics 365 / Dataverse records using the Configuration Migration Tool . The Configuration Migration Tool is useful when you need to move configuration or test data between Dataverse environments, such as Development, Test, UAT, and Production . It also allows you to create a schema that defines which tables, columns, relationships, and records should be included in the migration. One useful feature is the ability to use FetchXML filters so that you can export only the required records instead of exporting all records from a table. For example, if you have thousands of Account records but want to migrate only accounts where the name is Test , you can use a FetchXML filter during schema creation. What is the Configuration Migration Tool? The Configuration Migration Tool is a Microsoft tool that helps administrators and developers move configuration and test data between Dataverse environments. It can be use...