Version 8.0 - January 27, 2017

As of this release the SSIS Integration Toolkit for Microsoft Dynamics NAV became part of the SSIS Integration Toolkit for Microsoft Dynamics 365. For release notes for v8.0 and up please see SSIS Integration Toolkit for Microsoft Dynamics 365 Change Log. You will need to obtain a replacement license key before upgrading to v8.0 or above. Please email [email protected] for your new key.

Version 3.3 - August 10, 2016

This release comes with the following updates and enhancements:

  • Fixed: Datetime values were sent as Date values when writing data using NAV destination component.
  • Fixed: NAV destination component only updates one record when using Upsert - Update All action when multiple matches have been found.

Version 3.2 - May 5, 2016

This release comes with the following updates and enhancements:

  • New: We added column/field filtering capabilities in the NAV source component editor window.
  • Enhancement: Updated support for the latest SQL Server 2016 release candidate builds.
  • Enhancement: Running the 32-bit installation package on a 64-bit operating system is now blocked, as doing so makes our connection manager unrecognizable in 64-bit runtime.
  • Enhancement: We removed the requirement of .NET Framework 3.5 SP1 for SSIS 2012 and later.
  • Enhancement: NAV destination component will perform individual Create or Update service calls when the batch size is 1.
  • Enhancement: We raised the default connection limit to 100 per host, this eliminates the need of using .config file to overwrite the default .NET framework limit of 2 connections per host.

Version 3.1 - January 22, 2016

This release comes with the following updates and enhancements:

  • New: We added support for Microsoft Dynamics NAV 2016.
  • New: We added support for SQL Server 2016 (Visual Studio 2015 SSDT for design time).
  • New: We added a new output column - NavRecordNo to the NAV destination component's Default Output, which provides the generated No field value for the newly created record (if applicable).
  • Enhancement: Enhanced error handling and improved error message.

Version 3.0 - June 9, 2015

This release comes with the following updates and enhancements:

  • New: We added support for Tenant option in NAV connection manager.
  • New: We added support for Supplementary Parameters option in NAV source and destination components.
  • New: The output columns can now be selected and de-selected in Dynamics NAV source component's editor window.
  • New: NAV destination component now provide a tooltip message for those Option type fields which illustrates the allowed values for the field.
  • New:  NAV destination component now rejects those input values that not valid options for those Option type fields.
  • Fixed: NAV connection manager used to save connection information when Test Connection button is clicked regardless of whether the changes are accepted by clicking the “OK” button.
  • Fixed: Datetime values were not accepted by NAV server when writing data using NAV destination component.
  • Update: Instead of reporting null values for IsNew column in some cases previously, NAV destination component now always report a value (true or false).
  • Update: When no proxy information is entered, IE default proxy is now used.
  • New: We added support for SSIS Integration Toolkit - Ultimate Edition, you can now license all our SSIS Integration Toolkit products using one single license key.

Version 2.0 SR-1 - February 26, 2015

This release contains one minor update:

  • Update: NAV connection manager can now handle special characters in its connection string.

Version 2.0 - December 12, 2014

This release comes with the following updates and enhancements:

  • New: We added an Upsert action to NAV destination component, which allows to perform Update or Insert depending on whether a match can be found in the target system using defined matching criteria.
  • New: We added the capability of using SSIS variables in NAV source component's Filter property.
  • New: We added field filtering capabilities in NAV destination component, which include Hide Mapped Fields, Hide Unmapped Fields buttons, and a textbox that accepts a search string.
  • New: NAV destination component's output columns (Key, IsNew) in its Default Output can now be disabled or enabled.
  • Change: We renamed NAV destination component's DestinationTable property to DestinationObject.
  • Update: We disabled the use of SSL v3 due to its associated security risks. 

Version 1.0 - October 9, 2014

This is our first public release of SSIS Integration Toolkit for Microsoft Dynamics NAV software.

  • Three main components
    • NAV Connection Manager
    • NAV Source Component
    • NAV Destination Component
  • Support for SSIS 2014, 2012, 2008R2, 2008, or 2005
  • Support for the following three actions in NAV destination component
    • Create
    • Update
    • Delete