Skip to content

Releases: lucasalexander/AlexanderDevelopment.ConfigDataMover

v2.4.6587.18905

14 Jan 05:37
Compare
Choose a tag to compare

This release was built with .Net 4.7 to address the new requirement to use TLS 1.2 (or better) for connections to Dynamics 365 online instances as described in this entry on the Microsoft Dynamics 365 team blog: https://blogs.msdn.microsoft.com/crm/2017/09/28/updates-coming-to-dynamics-365-customer-engagement-connection-security.

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover for
general information on the use of this tool.

v2.3.6550.16299

07 Dec 15:13
Compare
Choose a tag to compare

This release includes a fix for a defect that was preventing the creation of new access team template records as reported in issue #9.

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for
general information on the use of this tool.

v2.3.6541.17849

28 Nov 16:24
46518e7
Compare
Choose a tag to compare

This release adds the ability to create many-to-many relationship associations in the target system.

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v2.2.6463.21427

11 Sep 17:11
Compare
Choose a tag to compare

This release adds the following features:

  • Path to source and target JSON data files can now be absolute or relative to current working directory. This is particularly useful for running the CLI tool in an automated fashion.
  • Location of job configuration file can be passed to CLI tool as absolution or relative path.
  • Import tool can now read configuration data directly as a JSON string instead of having to read it from a file. The syntax for supplying the the data to the CLI tool (or importer library DLL) is RAWJSON={YOUR_EXPORT_JSON_HERE}

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v2.1.6393.21981

03 Jul 17:42
Compare
Choose a tag to compare

2.1.6393.21981

This release updates the following NuGet pacakges:

  • Microsoft.IdentityModel.Clients.ActiveDirectory
  • Microsoft.CrmSdk.XrmTooling.CoreAssembly
  • Newtonsoft.Json
  • log4net

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v2.1

17 Mar 21:26
Compare
Choose a tag to compare

This release adds the following features:

  • Create-only steps
  • File browse/open dialog for data files

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v2.0.1.2

27 Feb 22:26
Compare
Choose a tag to compare

This version includes an update to the GUI client to open the set connection, about and version check windows as modal dialogs to prevent accidentally opening duplicate windows.

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v2.0.1.1

05 Feb 04:30
Compare
Choose a tag to compare

This release supports Dynamics 365 and has an updated GUI client. Jobs that were created with earlier versions of the tool will work with this version, but you will have to update your CRM connection parameters to specify the authorization type - Active Directory, IFD or Office 365.

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v1.11.0.1

29 Jun 22:01
Compare
Choose a tag to compare

This release adds the following features:

  • Validation for FetchXML queries against the Dynamics CRM 2016 FetchXML XSD when jobs are saved through the GUI client and at the start of a job before any data is processed
  • Better error reporting in the GUI client
  • GUID mapping for the root business unit's default team when the option to map the root business unit is selected

View the included README.txt file or go to http://alexanderdevelopment.net/tag/configuration-data-mover/ for general information on the use of this tool.

v1.10.1.1

11 May 13:37
Compare
Choose a tag to compare

This release fixes a bug that was introduced in v1.9 that prevents the tool from connecting to CRM Online targets.