June 2015 archive

Expected Cost Posting in Microsoft Dynamics NAV

Expected cost posting to GL is a beautiful functionality available in the Microsoft Dynamics NAV, But it seems many people have not understand this functionality well enough. Expected cost is an estimation that you would have before you get the final invoice from your vendor. This functionality allows you to have a interim accrual for the purchase before you …

Continue reading

How to check Microsoft Dynamics NAV build : Service Tier

If you want to check the build of RTC and Development environment please refer below articles.  How to check Microsoft Dynamics NAV build : RoleTailored Client How to check Microsoft Dynamics NAV build : Development Environment To check the service build, open the Microsoft Dynamics NAV 2015 Administration and Select the instance.  In the right …

Continue reading

How to check Microsoft Dynamics NAV build : Development Environment

If you have different build for the development environment, client environment and service tier you might get into some problems, mainly when you try to save and compile tables.I have already posted a post on how to check the build of RTC client and Service Tier. How to check Microsoft Dynamics NAV build : RoleTailored …

Continue reading

How to check Microsoft Dynamics NAV build : RoleTailored Client

It is always good to have same builds in the every tier of Microsoft Dynamics NAV. Next question comes in is how to check the build,If you want to check the build of Service Tier and Development environment please refer below articles. How to check Microsoft Dynamics NAV build : Service Tier How to check …

Continue reading

How to save request page value for next run

Default reports of Microsoft Dynamics NAV will save the request page values and allow the user to modify them in the next run of the report. However when a developer develop a new report it will not save the last run value of the request page. I saw few threads in the Dynamics NAV community …

Continue reading

Best Practices Tips and Tricks for Upgrading to Dynamics NAV 2013 R2 or Dynamics NAV 2015

If you are planing to upgrade your current Microsoft Dynamics NAV version to Microsoft Dynamics NAV 2013 R2 or to NAV 2015, refer the article posted by Microsoft Dynamics NAV team. It will provide you best practices, tips and tricks for the upgrade.  When you follow a guide and best practices you can always avoid mistakes that can …

Continue reading

Cumulative Update 20 for Microsoft Dynamics NAV 2013 R2 has been released

Cumulative Update 20 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013 R2. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AU – Australia AT – Austria BE – Belgium CH – Switzerland CZ – Czech …

Continue reading

Cumulative Update 8 for Microsoft Dynamics NAV 2015 has been released

Cumulative Update 8 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2015. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AU – Australia AT – Austria BE – Belgium CH – Switzerland CZ – Czech Republic …

Continue reading

Cumulative Update 27 for Microsoft Dynamics NAV 2013 has been released

Cumulative Update 27 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AU – Australia AT – Austria BE – Belgium CH – Switzerland DE – Germany DK …

Continue reading

How to freeze your computer using Microsoft Dynamics NAV

Total credit for this should goes to one of my team members,  You need to write a very small code to achieve this. warning : Once you execute below code, you might have to manually restart the computer, so think twice before executing. MyRec.RESET; IF MyRec.FINDFIRST THEN REPEAT UNTIL FALSE; Seacret of this remains in the last line of the …

Continue reading