In the newest release of the Mergetool, a number of new enhancements have been added. These include the following updates and new features: Bron : Per Mogensen Lees meer...
This post is based on KB article 861762 which was previously published on PartnerSource. This post is an updated version, and available to a wider audience (no PartnerSource login required). It describes the basics of what Navision Application Server (NAS) does, and an example of how…
My colleague Mathias Meissner found a strange bug in the Dynamics NAV Client (occurs at least in the native clients for NAV 403, 501 and 601). It seems the following code creates a strange memory allocation issue. Bron : Rash thoughts about .NET, C#, F# and…
The three-tiered architecture in Dynamics NAV 2009 enables wonderful things to happen. Yes, you can get better scalability by separating the business logic from the presentation layer, but there are a couple of other things you get as a result of the Dynamics NAV Service Tier:…
After you have restored a NAV SQL database to your PC, you may need to unlock the database. Here is my sql-script: SQL-tool to unlock NAV-DB (SQL-server). This script creates a new user “TEMPUSER’ in SQL Server and the NAV database so you can log on…
This sample application is developed in C# as a library with the project name “ImportFOB”. The DLL “ImportFOB.dll” can be used in a C# Windows application to import the Microsoft Dynamics Navision FOBS into Navision without opening the Navision Object Designer. Bron : The Code Project…