Capgemini / xrm-datamigration-xrmtoolbox

Export and import data for Microsoft Dataverse as an XrmToolBox plugin. Supports JSON and CSV.
MIT License
8 stars 4 forks source link

Connection change is not propagated to EntityRepositoryService so the old connection will be used for import #31

Closed ksulikow closed 3 years ago

ksulikow commented 3 years ago

The entityRepositoryService field of ImportWizard control was set up as readonly and populated with organisational service which existed at the time of control creation, never updated when connection was changed. It could result to load data to incorrect repository by mistake