How to Jump to a function

Today been a Saturday and stuck at home due to heavy rain, I was reading various Dynamics NAV related blogs and published papers. Then I found this article of how to jump to a function and thought to share it. For the past few years I have never used this functionality during my programming. However it …

Continue reading

Indenting multiple lines of code

As from the day one of been a programmer it is advised to indent your code so that it is easy to read and easy to understand. In Microsoft Dynamics NAV Development Environment this feature is available and some of new developers does not know how to use this functionality. If you do not indent your code then it will look like below …

Continue reading

Comment and Uncomment Selection – Microsoft Dynamics NAV 2015

Microsoft Dynamics NAV 2015 comes as a collection of lot of small small modifications ( Advance features also there). One of the small features available in Dynamics NAV is commend and uncomment section of code. In previous versions what we used to do use is {} or // to  comment a section or line. With the use of {} we can comment …

Continue reading

Non Default Property Values Bolded in Dynamics NAV 2015

Many of us including me, was wondering which object properties carry default values and which are not. Sometimes it is a huge pain for the developers and I have seen this with my team and how they really get annoyed with this.Every time may of us wished Microsoft will come up with a tool to compare …

Continue reading

Dynamics NAV 2015 Image Library

If you want to check and use new Microsoft Dynamics NAV 2015 image library please go to below link and download image finder. It will allow you to view all the available Dynamics NAV 2015 images.  Thank you AJK (Arend-Jan Kauffmann)  for this awesome application. For more info please click here Link : http://www.mibuso.com/dlinfo.asp?FileID=1548Thank you and Regards,Tharanga Chandrasekara.

New Functions are Local by Default or Does it change depending on other Settings ?

Today I was working with Microsoft Dynamics NAV 2015. I was developing a sub module and my plan was to create a codeunit and then call its function from a page I created. So I created a new codeunit and then created several functions. I didn’t change any default settings of functions.  Then I went …

Continue reading

How to Download a Microsoft Dynamics NAV License from CustomerSource

This article describes the steps to download a Microsoft Dynamics NAV license file from CustomerSource.Overview To download a Microsoft Dynamics NAV license file from CustomerSource, follow these steps: Log in to CustomerSource. Click My Account Click Product & Service Summary Click Registration Keys Select the desired version in the Request and Display License KeysFor Version field. Click Display License Keys. On the Request License …

Continue reading

How to Obtain a Partner Development License for Microsoft Dynamics NAV

​This article describes how you can generate and download a partner development license for Microsoft Dynamics NAV.​Demo/Dev License Overview Demo/Dev user licenses are provided to Microsoft Dynamics SPA and Sales Affiliate partners. Microsoft does not charge for Demo/Dev user licenses; these licenses are provided free of charge under the Not for Resale Licensing Program (NFR). …

Continue reading

How To Download a Customer’s Microsoft Dynamics NAV License File from PartnerSource Business Center

​This article describes how to download a customer’s Microsoft Dynamics NAV license file and permission report from PartnerSource Business Center To download a customer’s Microsoft Dynamics NAV license file from PartnerSource Business Center, follow these steps: Log on to PartnerSource Business Center.  Click Specific Customer Information. Enter search information in the Customer Lookup form to search for the customer, and then click Search. Click the Company …

Continue reading

Create a Sales Invoice From a Sales Quote – Microsoft Dynamics NAV 2015

With the Simplified UX of Microsoft Dynamics NAV 2015, Users can convert Sales Quote to a Sales Invoice with a click of a button. This means user does not have to go through sales order management features. This functionality is available for the Small Business Role Centers. ( If you want to add this to other …

Continue reading