Category: Uncategorized

How to kill a session in Microsoft Dynamics NAV 2013 using session page in the windows client.

If you want to kill a session by force then use following method. There are few other methods available to achieve the same output, but this is one of the easiest methods. 1. First open the Microsoft Dynamics NAV Development environment. 2. Open Object designer (Shift + F12)3. Go to Page 9506 (Session List)4. Create a new action and name …

Continue reading

How to Shutdown SQL Server without interrupting existing users.

Is there a way to shutdown SQL server without interrupting to existing users? Yes you can. I am sure you have opened Window Services or SQL Server configuration manager many times before. Have you ever notice that when you right click on the SQL Server it gives you 5 options. One of this options does the trick for …

Continue reading

Error : The transaction cannot be completed because it will cause inconsistencies – NAV 2009 SP 01 | NAV 2009 R2

Today one of our client complained that he can’t unapply a payment, at first we thought he was doing it wrong. So we remotely logged to their system and asked him to unapply the entry. Here comes the error.. To find the problem and a solution I started to surf. I found 2 fine articles and I have …

Continue reading

How Do I Video Series – Microsoft Dynamics NAV 2013 R2

Below are the “How DO I” video links available on MSDN for  Microsoft Dynamics NAV 2013 R2 How Do I: Create a Web Service that is based on Account Schedule KPIs in Microsoft Dynamics NAV 2013 R2 How Do I: Import and Reconcile a Bank Statement in Microsoft Dynamics NAV 2013 R2 How Do I: …

Continue reading

How to find which objects are included in our License and which are not

There is a very easy method to check which objects are in our license range and which are not. Many will what normal do is, go to each object and then click design button. If design window gets open that means you have access to that particulate object and if it throws the below error message, that means your …

Continue reading

What is Cue and what is so special about them?

What is Cue and what is so special about them?During NAV 2009 if we ask the questions of what is a cue? Many of the people’s answer would be like ” Clickable colorless stacks of documents” If we ask the same question in 2013 R2 user their answer would like “Clickable blue tiles” Microsoft Dynamics NAV …

Continue reading

Why no Try and Catch?

Yesterday I was going through various Dynamics NAV blogs and found a very interesting article about error handling. Over past few weeks I was planing to write a article about error handling and however it always got delayed due other topics came up with Microsoft Dynamics NAV 2015. After reading the article of VJEKO, I thought to write another article based on his findings.  Been …

Continue reading

How to upload license file into Dynamics NAV

If you are very new to Microsoft Dynamics NAV development this blog post will be a useful one. License file is required in order to do any activity in Microsoft Dynamics NAV. In this post I am going to discuss about how to change and upload a license file into a Database. You need to have a development license to do development …

Continue reading

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