How to install NAV 2018?

OK, two days ago NAV 2018 has been released and I hope all of you were already downloaded this new version. Installation process is still very easy, but I want to show just few points where you need to take care.

When you run setup and try to customize your installation, you will see now one more thing here – Modern Development Environment (by default this is enabled, but just check it). If you don’t want to work with extensions, you don’t need it, but I hope you will develop only with extensions in this version.

01.PNG

After that, just keep eyes opened on the next step, when you need to specify parameters. OK, if you don’t do it, you can do it later. But anyway, I think it is much easier to do when you install NAV. This is related again with Modern Development Environment, and this time it is not enabled by default. You need to change Developer Service Enabled option to YES and to choose Developer Services Port. After that, everything is the same as in previous NAV versions.

02.PNG

But if you didn’t finish previous step during installation process, you just need to run NAV Administration tool and add Port on Development tab and to restart service.

11.PNG

Or you can do it using PowerShell if you prefer with the following cmdlet (do not forget to restart service after changing):

Set-NAVServerConfiguration <InstanceName> -KeyName 'DeveloperServicesPort' -KeyValue <PortNumber>

Now, you are ready to work with NAV 2018 and to make your first extension.

PS

And just to mention, you can find System Requirements for Dynamics NAV 2018 here. But I tried to install NAV on SQL 2017 although there is noticed that NAV 2018 is available on SQL 2016 and SQL 2014 (and Azure SQL as well). However, I installed it on SQL 2017 and it works. I’ll check it with more details, and if I find something, I’ll publish it.

Advertisement

All sessions from NAV TechDays 2017

NAV TechDays 2017 has just finished a few days ago and I already wrote about my expressions. Now, all sessions are already published and I want to have all of them on the one place. There are all of them:

Opening Keynote

Deep dive into the new development tools by Stanislaw Stempin, Jesper Schulz-Wedde and Esben Nyhuus Kristoffersen (all from Microsoft Development Center Copenhagen)

Desktop & Mobile Client Enhancements by Horina Serbanescu, Andrea Tino and Tomas Grubliauskas (all from Microsoft Development Center Copenhagen)

Application SaaSification by Henrik Frovst Madsen and Tommaso Pimpo (all from Microsoft Development Center Copenhagen)

Azure Functions Deep Dive by Vjeko Babic (Cloud Ready Software)

C/AL, Coding for Performance by Jasminka Thunes (NxM Business Solutions) and Jörg Stryk (STRYK System Improvement)

Creating great API’s by Anders Larsen and Nikola Kukrika (all from Microsoft Development Center Copenhagen)

Rock ‘n Roll with VSCode by Waldo (iFacto & Cloud Ready Software)

PowerApps, Common Data Services and Common Data Model by Michael Nielsen (ForNAV) and Mark Brummel (NAV Skills)

Easier and DevOps-friendly Dynamics NAV environments using Docker / Windows Containers by Tobias Fenster (Axians Infoma), Jakub Vaňák (Marques Olivia) and Freddy Kristiansen (MDCC)

Best practices to get automated tests running on your solution by Luc van Vugt (fluxxus.nl) and James Crowter (Technology Management)

Office 365 business apps powered by Dynamics 365 “Tenerife” platform by Ievgenii Korovin, Andreas Moth and Monica Ahuja (all from Microsoft Development Center Copenhagen)

Source Code Management with Visual Studio Code Made Easy by Soren Klemmensen (360 Visibility) and Jonas Andersen (Elbek & Vejrup)

Enjoy and see you there the next year…

Translation in Extensions in NAV / D365 Tenerife

Today is announced November Update for new NAV Development Environment. There a lot of good things in this preview, but by my opinion one thing stands out. Maybe I think so, because I’m from countries where Microsoft doesn’t prepare official localization, and because of that partners need to do it by them self.

Anyway, from this update, it is possible to add translation to Extensions. This is the first step in providing localization via extensions. I don’t want to say that everything else is simplify, but this was necessary feature to do it. OK, translation will not be made as before, and now we need to accept different approach, but feature is here.

translation.png

I don’t want to write about this and other features in detail, because this is already published on Microsoft official blog and you can read there.

New Development Tools for NAV

Today, Microsoft has been published preview of new development tools for NAV as promised (before the Christmas). New tools are intended for extensions and apps development.

We have two tools:

  • The In-client Designer to make extensions in the client by consultants.
  • Visual Studio Code for building powerful extension and apps development, based on tables, pages and codeunits, using the new objects Page Extensions and Table Extensions.

You can start if you have your own Microsoft Azure subscription, using the following link http://aka.ms/navdeveloperpreview

More about it on Microsoft blog.

Modern DEV Experience in NAV

We finally got first view on new modern DEV environment for NAV. This is still not finished product, but we can see something already announced on Directions NA and Directions EMEA this year. We expect final version of this tool for developing extensions somewhere about Christmas.

VSC.jpg

Now the first project is public published ans all of you can download it from https://github.com/Microsoft/AL. This is just simple “Hello World”, but good enough for the first sight. Unfortunately, I didn’t download it earlier and I can just start to play with it. Just download it and be updated.