You probably know this. I just write this post because I didn’t up until today. I’m using Docker quite regularly (well, if you find “pulling an image twice a day” is regular) .. and I have been using mostly these two repositories according my needs (for more info, look here): “bcinsider.azurecr.io/bcsandbox-master” for the very latest …
Category: MS Dynamics NAV
Permanent link to this article: https://www.waldo.be/2018/08/31/business-central-w1-docker-image-with-data/
Export C/AL objects as AL from a database on a docker container on a remote host
That’s a mouthful, isn’t it :-)? As you might have figured in quite some sessions, threads and posts, I’m quite fond running docker images on a remote Hyper-V on my laptop. From the moment it was described by Arend Jan, I’m using it. In my opinion, it’s a much better way to run, because Windows …
Permanent link to this article: https://www.waldo.be/2018/08/27/export-c-al-objects-as-al-from-a-database-on-a-docker-container-on-a-remote-host/
Inconsistent language behaviour in the windows client
The strangest thing happened to us recently – one that really blew my mind. I’m going to spare you the long road of trial & error we went through to come up with the answer – or at least an explanation of what cause the behaviour. The behaviour Because “a picture tells more than a …
Permanent link to this article: https://www.waldo.be/2018/08/09/inconsistent-language-behaviour-in-the-windows-client/
List all NAV Docker Image Tags on Docker Hub
Some time ago, I created this script because I wanted to know all the available tags on dockerhub for the “microsoft/dynamics-nav” repository on Docker. Why? I don’t know anymore :-). But it was clear that the “tags” section on DockerHub only showed us a very small part of the available tags. Yesterday, we were wondering …
Permanent link to this article: https://www.waldo.be/2018/08/06/list-all-nav-docker-image-tags-on-docker-hub/
Developing Business Central Extensions/Apps in Team
I picked up a new challenge these days: for one of our (quite big) customers, we need to develop a solution, based on extensions. In short: ready for the future, easy to upgrade. When I would explain the case in a paragraph, you’d say “this is not NAV”, although when you would really look deep …
Permanent link to this article: https://www.waldo.be/2018/07/11/developing-business-central-extensionsapps-in-team/
CRS AL Language Extension – File Management
Time for the next round of functionality I added in my VSCode Extension (the CRS AL Language Extension) – a functionality that manages your filenames (and pre/suffix). Hold your horses – this is going to be a long one ;-). You don’t want to know how many hours I spent on this functionality – many …
Permanent link to this article: https://www.waldo.be/2018/07/03/crs-al-language-extension-file-management/
AL Code Analysis Rules (Diagnostic Descriptors) – Updated
You might remember my post about the Code Analyzers Diagnostic Descriptors when it first came out. I’m very happy with this tool, as it avoids many mistakes, and it enforces some level of clean coding – which is never a bad thing ;-). Recently, the June update of the AL Language Extension was announced. …
Permanent link to this article: https://www.waldo.be/2018/06/27/al-code-analysis-rules-diagnostic-descriptors-updated/
Are you “Ready To Go”?
Lately I have been involved in a program from Microsoft that I personally think is really useful. That useful that I’m spending my only spare time at a pool (and not in it) in Bangkok to tell you about it. The Ready To Go Program If you are a partner for Dynamics NAV, you must …
Permanent link to this article: https://www.waldo.be/2018/06/25/are-you-ready-to-go/
CRS Al Language Extension – Running Objects
As said in one of my previous posts, I was going to do some “deeper” description of the functionality of the tool that I’m working on to make your “AL”-life in VSCODE a little bit easier: the “CRS AL Language Extension“. Today: the “Running Objects” functionality This was the first major feature that I tried …
Permanent link to this article: https://www.waldo.be/2018/06/19/crs-al-language-extension-running-objects/
Function Overloading in AL
I haven’t been blogging much, lately. But in my defence – I put quite some time in another community project, which I blogged about in my previous post (and will blog about in quite a few coming posts…). To keep up the pace of writing at least one post each month (which I have been …
Permanent link to this article: https://www.waldo.be/2018/05/29/function-overloading-in-al/