During our project with Dynamics NAV 2018, we needed to consume a web service from CleverReach (see documentation of their REST API: https://rest.cleverreach.com/howto/), so that we can synchronize the recipients of the newsletters. Here are now procedures that can be
AL Coding: Converting DateTime and UnixTime timestamps in Dynamics NAV 2018
Today, we had an issue that a web service returned a timestamp in unixtime format, ie. all seconds that have passed since January 1st 1970. We would like to convert that timestamp to a DateTime variable in AL Code. We
Getting used to the AL language for Dynamics NAV 2018
In the previous post, Setting up Dynamics NAV 2018 for Testing and Development in Docker we have covered how to setup a development and testing environment, and had our first steps with Visual Studio Code to publish our first hello
Setting up Dynamics NAV 2018 for Testing and Development in Docker
In the past months, I have learned a lot about Dynamics NAV 2018. There are some examples available on the net, but not enough. So I will provide some examples on my blog. Let’s start with setting up the free