Category: MS Dynamics NAV

NAV 2013 R2 Multi Tenancy: Force Full Sync on All Tenants

The last few months have been crazy. The main reason that my blogging is somewhat minimal is that I’m working on a project .. Quite an interesting one. It’s an on premise, yet multitenant implementation of 204 tenants and growing. Super interesting, because there is lots of communication between the tenants, and still, you get …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/07/17/nav-2013-r2-multi-tenancy-force-full-sync-on-all-tenants/

Powershell: The Merge-commandlets for NAV 2013

I have been looking forward to blog about this, since I have been testing and working with these commandlets for quite some time now. With the release of Cumulative Update 9, these commandlets are being released .. so FINALLY I’m able to blog about it. But I’m not gonna .. at least, I’m not going …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/07/10/powershell-the-merge-commandlets-for-nav-2013/

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/

Resource Pages for Microsoft Dynamics NAV

It seems they’re working hard to get as much info out there as possible. Let’s have a glimpse on the new “Resource Pages” on PartnerSource: Resource Pages for Microsoft Dynamics NAV What does Microsoft mean with “Resource Pages”? Well, links to information like: Overview of Released Platform Hotfixes Server and Platform Hardware Sizing Web Client …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/05/16/resource-pages-for-microsoft-dynamics-nav/

Microsoft Dynamics NAV Localization Portal

Recently, I was notified about this location on PartnerSource: The Microsoft Dynamics Localization Portal – Microsoft Dynamics NAV. As Microsoft describes: This Dynamics Localization portal provides partners information by country about localization features including info on regulatory features, documentation, plus associated ISV solutions. On the portal, you will find reports, that contain the following: These …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/05/15/microsoft-dynamics-nav-localization-portal/

Microsoft Dynamics NAV upgrade (Customer Survey)

Microsoft is working their @$$ off on the upgrade story. And we can only support that, obviously. For gaining some more information, they have put up a survey on CustomerSource. As they explain: With this survey, we would like to solicit your valuable input in regard to the Microsoft Dynamics NAV upgrade story to better …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/04/24/microsoft-dynamics-nav-upgrade-customer-survey/

Renumbering tables in NAV 2013 R2 – be careful!

Object ID’s .. it’s still a hassle .. but something we’re all used to work with. But sometimes, ID’s of objects need to be renumbered. You have to move a piece of functionality to a new number band, or you want to incorporate a piece of an app into another database, which would result in …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/04/16/renumbering-tables-in-nav-2013-r2-be-careful/

NAV 2013 R2: Import objects with PowerShell

You know PowerShell is hot, right? And the fact that Dynamics NAV is using Powershell more and more, is good. Very good. I like it .. you must have figured that in previous post ;-). We also are familiar with the finsql.exe .. and options we have with it. And if not, The Microsoft Team …

Continue reading

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