2015 archive

Deferred Revenue & Deferred Expense in Dynamics NAV 2015 and Below Versions

Is there a way to handle deferred revenue and deferred expense using Dynamics NAV without using any customization?  Before answering to the question, First of all let’s look at what are the definitions of deferred revenue and deferred expenses:  DEFINITION of ‘Deferred Revenue’ Advance payments or unearned revenue, recorded on the recipient’s balance sheet as a liability, until the …

Continue reading

Microsoft Dynamics NAV 2016 – New Exciting Features – Part 05

This is the fifth post of the Microsoft Dynamics NAV 2016 – New Exciting Features article series. To read the first article click here To read the second article click here To read the third article click here To read the fourth article click here 1. Try-Catch in C/AL Now Dynamics NAV 2016 have the Try-Catch function, that return true if no error happens, …

Continue reading

Microsoft Dynamics NAV 2016 – New Exciting Features – Part 04

This is the fourth  post of the Microsoft Dynamics NAV 2016 – New Exciting Features article series. To read the first article click here To read the second article click here To read the third article click here 01. Power BI Power BI is now can be integrated with Dynamics NAV. With this package, users can start using and exploring their own data using PowerBI. …

Continue reading

How to get the Old C/AL Code Editor

You can use the old version of the C/AL Editor by running the Microsoft Dynamics NAV Development Environment from a command prompt and setting the useoldeditor parameter.01. Open command prompt02. Set the path to your RTC folder and type below command finsql.exe useoldeditor=yes and there it goes..  Please provide your feedback with a comment.  Thank you and …

Continue reading

Posting Preview in Dynamics NAV 2016 – Part 02 (Technical)

To read more about posting preview please check on my previous blog post.  Posting Preview in Dynamics NAV 2016 – Part 01 (Functional) In this blog post I will be mainly focusing on the technical side of the posting preview functionality.  Posting preview is providing posted transaction view on unposted entries and how this is …

Continue reading

Posting Preview in Dynamics NAV 2016 – Part 01 (Functional)

If you are a Dynamics NAV user who is more into journal postings then posting preview option will be really useful. With earlier versions of Dynamics NAV users didn’t had a option to view the ledger and subledger effect on pending transactions. With new posting preview option available in the Dynamics NAV users has the ability to …

Continue reading

Code Coverage is Back with Dynamics NAV 2016

If you have worked with earlier versions of Microsoft Dynamics NAV, you must have remember the Code Coverage. Code Coverage made developer’s life easier during that time.  However, suddenly Microsoft decided to remove code coverage from Dynamics NAV releases and which was kind of a heart breaking point for many C/AL developers.  Then Microsoft introduced a profiler to …

Continue reading

Microsoft Dynamics NAV 2016 – New Exciting Features – Part 04

This is the fourth post of the Microsoft Dynamics NAV 2016 – New Exciting Features article series. To read the first article click here To read the second article click here To read third article click here 01. Posting Preview  No need of posting transactions in test database to view its effect on the ledgers and subledgers. With this new preview function …

Continue reading

Ordering Dynamics NAV 2016

With the release of Dynamics NAV 2015 Microsoft has released following statement on the ordering new product.  New customers:​ Microsoft Dynamics NAV 2016 can be ordered online using Order Central from October 6 2015. Customers will be able to deploy Microsoft Dynamics NAV 2016, if desired, by using the Microsoft Dynamics NAV 2016 license key …

Continue reading

New C/AL Editor in NAV 2016 with Intellisense

Dynamics NAV 2016 is out and with that new C/AL editor is released! If you have read my previous blog posts on Dynamics NAV feature series you might have noticed there are large number of very exciting features are available in the new C/AL editor. In this article revisit the C/AL editor.  Before doing that if you required to view my previous blogs on …

Continue reading