Skip to main content

NAV 2015 - Readiness Library & Windows App.

Hi all,

Finally wait is over and we have some more news about NAV 2015. I know most of us were waiting for updates on NAV 2015.


Below are some bytes from partner source about Microsoft Dynamics NAV 2015. Let's go through them and get a feel what the product will look like and what's new in this version of us as partners / Developers.




1. NAV 2015 App is available in Windows App Store.

- Just Open Windows App Store and search for Navision and you will find the App for Navision 2015.


Its not starting as of now (Service not published) but we expect to wait a little more to get the service for this connection.



2. Readiness Library is available on Partner Source.

Link for the Microsoft Dynamics NAV 2015 Readiness Library.

So Let's download Documents, see videos and get ready for NAV 2015.

There will be more coming on NAV 2015 as i go through Videos.

Stay Tuned and Be Close...

Regards,
Saurav Dhyani
saurav-nav.blogspot.com

Comments

Popular posts from this blog

RTC Report It is not possible to instantiate the Visual Studio bridge.

Hi all, As a Navision developers I have Multiple Versions of Navision running in single Machine. As discussed Earlier in the post how to run multiple Version of RTC in single machine. So my machine have following details for RTC Versions - NAV 2009 R2    - is installed. NAV 2009 SP1  - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 SP1 IN\ NAV 2009         - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 IN\ This approach has been working great for execution of Classic and RTC Clients. However, after installing Dynamics NAV 2009 R2, if i tried to view the Layout for an NAV 2009 SP1 Report i was getting the following error: ---------------------------  Microsoft Dynamics NAV Classic  ---------------------------  It is not possible to instantiate  the Visual Studio bridge.  ---------------------------  OK    --------------------------- After searchi...

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.

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    ---------------------------