NavWithNav

The premier knowledge-sharing hub for Microsoft Dynamics 365 Business Central developers, architects, and ERP professionals.

Back to Series
Uncategorized

Generate QR code in Business Central using Third party Webservice link

AL Code as per below Create New Report with having barcode image. In RDL design add image type control and put the barcod2 variable into that like we do normally for Picture control.   ...

NitinSeptember 23, 2022 1 min read
Generate QR code in Business Central using Third party Webservice link
AL Code as per below Create New Report with having barcode image. In RDL design add image type control and put the barcod2 variable into that like we do normally for Picture control. &nbsp; <img class=" wp-image-250 aligncenter" src="https://www.navwithnav.com/wp-content/uploads/2022/09/Screenshot-2022-09-29-at-12.37.08-PM-300x142.png" alt="" width="473" height="224" /> &nbsp; Global Variable &nbsp; <div>  var</div> <div>        BarCode2: text;</div> <div></div> <div><img class="wp-image-251 aligncenter" src="https://www.navwithnav.com/wp-content/uploads/2022/09/Screenshot-2022-09-29-at-12.37.20-PM-300x56.png" alt="" width="594" height="111" /></div> <div></div> <div><img class=" wp-image-252 aligncenter" src="https://www.navwithnav.com/wp-content/uploads/2022/09/Screenshot-2022-09-29-at-12.37.27-PM-300x45.png" alt="" width="587" height="88" /></div> <div> <div></div> <div></div> <div></div> <div>Run the report in BC and see the output, it will give you a QR Code as image.</div> <div></div> <div></div> </div>
0
0

Discussion (0)

Leave a comment

No comments yet. Be the first to share your thoughts!