Skip to main content

Notifications

Announcements

No record found.

QR Code in NAV

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 builds the .dll.

In my case, check the screenshot below:

Then copy the .dll and paste it into 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:


This was originally posted here.

Comments

*This post is locked for comments