Skip to main content

Microsoft Dynamics NAV 2016 - Reports Do we need to Upgrade From NAV 2015?

Hi All,

Whenever there is a Release for Microsoft Dynamics NAV, the partners worry about changes in RDLC Layout.

If you remember there were changes in usage of Set-data and Get-data from NAV 2009 to NAV 2013 which in some cases causes issues when we use the standard Microsoft Upgrade report Action.

For Already Published Article about  NAV 2016 Click Here.

In this article we will try to identify the answer of a common Query.

"If My Customer is Already Upgrade to Microsoft Dynamics NAV 2015, Do I Need to Upgrade Report Again?"




So Let's me share what I exactly Did.

1. I took an instance of NAV 2016 W1 (world Wide) Release. Exported All Reports as Text File.

2. I took an Instance of NAV 2015 W1 Release with Cumulative Update 11. Exported All Reports as Text File.

I Compared those two text files.

The Good New Is - 

  1. I Didn't find major changes in the Report Layout Part.
  2. The Changes that I Found between the Two Text Files are related to Code Fixes.
  3. You can consider those changes as applying a Cumulative Update on Your Existing Customer Database.
  4. The Changes which I Found are as listed below.

Set Functions to Local as shown below -
** We find this kind of changes in Every Cumulative Update.


Removal of Code Related to Export To Excel -


Changes in Code as per New Standard Code -

** Below is the standard modification for Approval Template. Approval Template are discontinued  re-engineered and now  are part of Workflow A New Feature in NAV 2016.


So Based on my analysis (which can be wrong) Any Report already upgrade to NAV 2015 can be deployed with NAV 2016. And that actually as a Developer make me so Happy.

Hope you also share the same felling. Do share your comments.

Stay in touch, There is more yet to Come on NAV 2016.

Regards,
Saurav Dhyani

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

Error After Restore SQL Backup of NAV 2013 Database

Hi all, we are facing a conman issue during restoring a SQL Database backup restored for NAV 2013. While Trying to run object from Object Designer we get below listed error (even the service is configured properly) - --------------------------- Microsoft Dynamics NAV Development Environment --------------------------- There are no NAV Server instances available for this database. You must ensure that a NAV Server instance is running and is configured to use the database before you perform this activity. --------------------------- OK    ---------------------------