NAV Design Pattern: TryFunction – .NET Exception Handling in C/AL
When you want to use objects from the .NET Framework in C/AL code, one of the main challenges is to handle exceptions that the methods of these objects may throw. Bron : Ashwini Tripathi Lees meer…...
View ArticlePrint Existing PDF in Dynamics NAV using DotNET
As you might have noticed in my blog post from a couple of days ago I am making an attempt to print an existing PDF from NAV. This is a common request. For example: print assembly instructions together...
View ArticleCreating a .NET Assembly, the importance of versioning
Everyone who has ever created a .NET DLL for his NAV project will probably have run into different kind of issues concerning versioning. ◾Either unable to overwrite without stopping the Server Instance...
View ArticleHow to download FTP files using .NET Interop
Recently i have worked on a project where the requirement was to upload and download the files from a FTP. In this blog i will be explaining how to download the files using .NET Interop. There are...
View ArticleHow to upload files to FTP server using .NET Interop
In this post i will show you the code i have used to upload the files to the FTP server. The FTPSetup is a Setup table which I have used to store the path, ftp server, user, and password information....
View ArticleDynamics NAV: How To Consume An External SOAP Web Service With .Net/Dotnet...
The reason for this blog post is that I needed to consume a web service from a partner company that give customer specific details. Bron : NAVfreak Lees meer… Gerelateerde artikelen: Use WSDL and...
View ArticleFetch Filename from Directory using DotNet Datatype-NAV 2017
During recent implementation got task to fetch the files from specified directory to import in tables using XMLPORT and I was using NAV 2017. Now in classic version we were able to use FILE and this...
View ArticleCustom Page – Dynamics NAV
As we all know we have certain limitations while designing a Page in NAV, i.e. We deliberately cant design our NAV Page as we want to, Actions OR Buttons must be on the Top, We cant make buttons...
View ArticleState of .NET Affairs
I said a word or two about progress last week. Apparently, VS Code is not the only place where we take a small step back to be able to make a huge leap forward; .NET might seem like another one. You...
View ArticleMicrosoft Dynamics NAV – Get File Count from a Folder using Dotnet.
Today I want to discuss a code re-write that I had to do on a recent project about file handling. Scenario – PDF will be saved in a shared path whenever a purchase invoice is printed. To Generate File...
View Article