Eric Wauters

Author's posts

AL with VSCode: IntelliSense Fix

Since a recent update of VSCode, you might have noticed that IntelliSense works somewhat different. Well, that’s because VSCode thought to do a good, useful update for you .. but apparently for AL development, it turns out to be quite contra productive.. CTRL+Space You all probably know why CTRL+Space is for? It’s for forcing IntelliSense. …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/22/al-with-vscode-intellisense-fix/

Microsoft Dynamics 365 Business Central – some more info

My last blogpost was merely an announcement of Microsoft’s announcement about Microsoft Dynamics 365 Business Central. We are a 24 hours later now, so let’s share some more information about this new release of NAV-In-The-Cloud. I assembled this myself, from blogs, documents, slides, talks and mails – so there is a disclaimer for sure 🙂 …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/15/microsoft-dynamics-365-business-central-some-more-info/

Microsoft Dynamics 365 Business Central

Microsoft just released the new name for “Microsoft Dynamics 365 ‘Tenerife’”, where “Tenerife” was just a codename for the next version of “NAV-In-The-Cloud”. And as you might have figured from the title, that name is “Microsoft Dynamics 365 Business Central” You might know I’m totally not into “marketing fluff” or “branding” for that matter – …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/14/microsoft-dynamics-365-business-central/

Dynamics NAV and GDPR Compliance

Disclaimer: this blog is mostly a repeat of what was in Microsoft’s blog .. I just try to spread the word 😉 Sometimes I get the question: “Is Microsoft Dynamics NAV GDPR compliant”. I’m not a GDPR specialist, and don’t want to act like it. But … This week, Microsoft blogged about GDPR. And it’s …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/08/dynamics-nav-and-gdpr-compliance/

Directions ASIA

Good things ahead. Like last year, I was given the opportunity to speak for Directions ASIA again. And not “just” for a few sessions – but I have quite some hours to cover (8.5 to be specific 🙂 ). More about that later. Let’s talk about the conference first. Directions ASIA 2018 It’s the second …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/01/directions-asia/

CRS.RemoteNAVDockerHostHelper – Updated!

I’m not going to blog about each version of this module, but for this update, I felt obligated to share a few words. Primarily, because all has changed :-). Not one function is the same. I renamed all of the functions to a more convenient name – as they were quite long (not to say: …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/02/15/crs-remotenavdockerhosthelper-updated/

CRS.RemoteNAVDockerHostHelper – my new PowerShell module

Note – The links and text have been updated to the latest version of the CRS.RemoteNAVDockerHostHelper module.  All screenshots are untouched though, so might refer to old naming/parameters/… ! I have been struggling in getting my head around managing “stuff” on Docker. You know – the new kid in town that will see its use …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/02/08/crs-remotenavdockerhosthelper-my-new-powershell-module/

Enable Code Analysis for AL

It’s the week of “undocumented features”, apparently. Today: code analysis. Apparently, the al-language extension comes with a built-in analysis for your al-code. Thing is: it’s disabled by default. Just go to settings (File/Preferences/Settings) and enabled it. By adding the line to your settings.json of your environment (the right pane). Here is my settings.json-file: You will …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/01/23/enable-code-analysis-for-al/

Autonumber Objects in AL

I recently discovered what appears to be an undocumented feature in the current version of the al language extension (aka, the “Modern Dev”, aka DynDev365, aka ExtensionV2, aka VSCode Development Tools for Microsoft Dynamics NAV). And that is “Automatic Object Numbering” On any objecttype, when enforcing intellisense, you get the lowest available number that was …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/01/22/autonumber-objects-in-al/

Remove all custom apps on Docker container (with PowerShell)

Today, I was prepping for my 2-day Masterclass about developing Extensions in Visual Studio Code. And finally, I made some time to make a first version of a function that I have been wanting for quite some time: a function to remove all the custom apps from a docker image. What is the challenge? Well, …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/01/08/remove-all-custom-apps-on-docker-container-with-powershell/