June 2014 archive

New How-Do-I Video’s on Microsoft Dynamics NAV 2013 R2

It has been a while since I blogged about the How-do-I-Video’s on Microsoft Dynamics NAV 2013 R2. But that doesn’t mean that none were created in the meanwhile. I did some myself, and quite a few other people have been working hard to get new video’s to you as well. For me, the powershell that …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/06/15/new-how-do-i-videos-on-microsoft-dynamics-nav-2013-r2/

Belgian Localization: Manual VAT Corrections are back!

You already know that Belgium is part of the “Update Rollups Group”: the countries that actually get a CU every month :-). This is good .. This is REALLY good! And it’s getting better… Now, Belgium (and a few other countries) are also part of the Localisation Portal. This is the portal I blogged about …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/06/06/belgian-localization-manual-vat-corrections-are-back/

NAV 2013 R2: Export objects with PowerShell

A while ago, I create a blog about a way to import objects in NAV with PowerShell. Well, it’s time to do the opposite, and export objects. This is the function I came up with (pardon the formatting – copy/pasting really made it difficult for me…): function Export-NAVApplicationObjectFile { [CmdletBinding()] param ( [String]$WorkingFolder, [String]$ExportFile, [String]$Database, …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/06/04/nav-2013-r2-export-objects-with-powershell-3/