Upgrades from Dynamics NAV 2013 forward

With the release of Dynamics NAV 2015, Microsoft introduced the PowerShell upgrade that automates the code merging as well as the data upgrade. In order to take advantage of the PowerShell upgrade process, you need to be at least on Dynamics NAV 2013.

There are some limitations to the automated upgrade. This is listed on MSDN at https://msdn.microsoft.com/en-us/library/mt600251(v=nav.90).aspx.

Basically, what it says is the following:

  • If the names of your old variables are used in the newer version as a function or statement, you must change them before you upgrade
  • If your old code calls functions that do not exist anymore in the newer version, you must verify that the upgrade codeunits migrate data correctly
  • If the code you're coming from causes some fields on the table to be dropped, you'll need to make sure that it doesn't
  • If your company name uses special reserved characters in NAV, such as [ ~ @ # $ % & * ( ) . ! % - + / = ? ], then rename the company before proceeding
  • Make sure the system tables are in English

In the following section, we will do a checklist of the steps that have to be taken to upgrade to the latest version of Microsoft Dynamics NAV; from every version since Navision Attain 3.60. We will do that in the reverse order; we will first explore the checklist of actions to upgrade from Microsoft Dynamics NAV 2013 which is the minimum version you must be on in order to initiate the automated PowerShell upgrade and then work to cover the other versions prior to Dynamics NAV 2013.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.10.137