One of the cool new features in Microsoft Dynamics NAV 2016 is the options to use Events. Through events you can create functions that are published and subscribe to them in other objects. The great part here is that Microsoft have incorporated a long list of…
Dear Friends I will be continue from my previous post where we left. If you have not seen please check it out it will help you continuing with this post. You can check here. Let’s save the report we created in previous post and continue their…
In Microsoft Dynamics NAV you can fire a function whenever something changes within your session (and from NAV 2016 this is even easier with the new Event model), however there is not an easy way to know what is happening in other sessions. Sometimes you would…
Yep, PowerShell again. So the people that deny PowerShell can stop reading now :-). Although I do think this is quite an interesting blogpost on how to work somewhat more easily with deltas, by the use of a function that is part of my PowerShell Module,…
As a standard function in Microsoft Dynamics NAV 2015, the Selling Unit of Measure on the Item Card will determine the quantity of the individual component items produced and included in that UOM sold on the Sales Order Line. In some applications, the use of CASE…
Asynchronous methods are very useful for web services. To be able to start a process with one method and then check the status with another opens a lot of possibilities. There are two known patterns in NAV that support asynchronous methods; one is to use the…