Thanks Freddy!   https://blogs.msdn.microsoft.com/freddyk/2017/01/11/nav-2017-cu2-on-azure/ https://blogs.msdn.microsoft.com/nav/2017/01/06/dynamics-nav-and-windows-server-2016/ Download it: Cumulative Update 02 for Microsoft Dynamics NAV 2017 To learn more about what is included in this cumulative update please visit this kb article: https://mbs2.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;EN-US;3216190 To learn more about other cumulative updates already release for Microsoft Dynamics NAV 2017 please see this kb article: https://mbs2.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;EN-US;​​​​3209071

In this webinar I cover some new functions in NAV 2017: Assisted Setup Page Wizard Working With Media on Records Task Scheduler Notifications Time Series API Resources / Help   https://youtu.be/aQOzCGKYawA   (We apologize for hitting the recording a notch to late.) The presentation I used is available here: New CAL Functions The code examples Read More →

I’m so excited… Microsoft’s Christmas present for Dynamics NAV is finally here… Want to get your feet wet? Follow the instructions in the blog post or MSDN below: https://blogs.msdn.microsoft.com/nav/2016/12/20/announcing-the-preview-of-development-tools-for-dynamics-nav/ Developing Extensions Using the New Development Environment: https://msdn.microsoft.com/en-us/dynamics-nav/newdev-dev-overview  

Watch this How Do I video to learn how to configure the Excel add-in in Microsoft Dynamics NAV 2017. The demonstration covers the following steps: required prerequisites creating application in Azure management portal granting access to the application OAuth2 configuration NAV server configuration Learn more at: http://aka.ms/NAVGetReady Configuring Dynamics NAV and the Excel Add-In: https://msdn.microsoft.com/en-us/dynamics-nav/configuring-dynamics-nav-excel-addin

Wow… What a great conference it was, again. So many attendees, so many interesting sessions, presentations, topics… Dynamics NAV 2017 is full of amazing new features… I was really honored to be a part of it. During the conference I took part in a couple of very interesting sessions about PowerShell, Extensions and New C/AL Read More →

In this video you will see how to develop a wizard page for html clients.

In this example, we will keep things simple. Let’s imagine that a user wants to send a Sales Quote. For that Sales Quote document to be useful, it must contain their company name and Email address. Let’s create a wizard to guide a user through specifying their company name and Email address, using 5 steps.

When you use Power BI Desktop (or Power Query) to connect to a Dynamics NAV ODATA feed, the URL you pass looks like this: http://thinkaboutit:7048/NAV2016CU6/OData/Company(‘CRONUS%20BELGI%C3%8B%20NV’)/ where thinkaboutit is the server running your service tier, 7048 is the ODATA port and NAV2016CU6 is the Service Tier Instance. Company(‘CRONUS%20BELGI%C3%8B%20NV’)/ means that you are retrieving data from a Read More →