Quantcast
Channel: Gunnar – MS Dynamics NAV Guru
Browsing latest articles
Browse All 23 View Live

AzureSQL database gives me change tracking error

I just uploaded a SQL bacpac to AzureSQL.  This I have done a number of times.  Connected my service to the SQL database and tried to start the service. This time I got an error.  Looking in Event...

View Article


Image may be NSFW.
Clik here to view.

Don’t worry about DotNet version in C/AL

When using DotNet data type in NAV C/AL we normally lookup a sub type to use.  When we do the result can be something like Newtonsoft.Json.Linq.JObject.'Newtonsoft.Json, Version=6.0.0.0,...

View Article


Image may be NSFW.
Clik here to view.

Upgrading my G/L Source Names Extension to AL – step 2

So, where is step 1?  Step 1 was converting C/AL code to AL code.  This we did with AdvaniaGIT and was demonstrated here. First thing first!  I received the following email from Microsoft. Hello, The...

View Article

Image may be NSFW.
Clik here to view.

Upgrading my G/L Source Names Extension to AL – step 3

When upgrading an extension from C/AL to AL (version 1 to version 2) we need to think about the data upgrade process. In C/AL we needed to add two function to an extension Codeunit to handle the...

View Article

Image may be NSFW.
Clik here to view.

Upgrading my G/L Source Names Extension to AL – step 4

We are on a path to upgrade G/L Source Names from version 1 to version 2.  This requires conversion from C/AL to AL, data upgrade and number of changes to the AL code. A complete check list of what you...

View Article


Upgrading my G/L Source Names Extension to AL – step 4 addendum

In the last blog post we completed the translation to our native language.  Since then I have learned that I also need to include translation files for EN-US, EN-GP and EN-CA. With the latest update of...

View Article

Image may be NSFW.
Clik here to view.

Why do we need Interface Codeunits

And what is an interface Codeunit? A Codeunit that you can execute with CODEUNIT.RUN to perform a given task is, from my point of view, an interface Codeunit. An interface Codeunit has a parameter that...

View Article

Image may be NSFW.
Clik here to view.

Using the Translation Service for G/L Source Names

Until now I have had my G/L Source Names extension in English only. Now the upcoming release of Microsoft Dynamics 365 Business Central I need to supply more languages.  What does a man do when he does...

View Article


Image may be NSFW.
Clik here to view.

C/AL and AL Side-by-Side Development with AdvaniaGIT

Microsoft supports Side-by-Side development for C/AL and AL.  To start using the Side-by-Side development make sure you have the latest version of AdvaniaGIT add-in for Visual Studio Code and update...

View Article


My Soap Service Proxy Codeunit

Up to now we in Advania have been using the method described here on my blog to connect to most of the Soap web services that we needed to integrate with. The problem with this method is that we have...

View Article
Browsing latest articles
Browse All 23 View Live