QR Code in Dynamics NAV

Naresh Vaneshwar
Nareshwar R.
Published in
2 min readSep 2, 2018

QR code implementations on NAV can be easy and interesting. Redirect to zxing’s .NET implementation on GitHub: https://github.com/micjahn/ZXing.Net

Clone or download the zip somewhere, try to open zxing.net4.0 project and open in Visual Studio. Then build the project to get the zxing.dll which we will be using as DotNet variables in NAV C/AL development.

zxing.net4.0 project should be available in: …\ZXing.Net-master\ZXing.Net-master\Source\lib

When you Build the project, Visual Studio should denote the path which build the .dll.

In my case, check the screenshot below:

Then copy the .dll and paste it in your NAV Add-In folder. Now to some NAV Development:

My Global Variables:

I will attach the object as a .txt below the article. The code goes like:

Good luck! Find the file here:

--

--

Naresh Vaneshwar
Nareshwar R.

Technical findings and new developments on Business Central