Why do you need this change?
AFAIK, in BC there would be 2 options to create a QR Code without using a Web Service in between:
- "Abuse" the "Swiss QR Code Helper" and replace the logo in the center
- We are able to access the "Dynamics 2D QR-Code Encoder" codeunit from the System Application
I much prefer the second option. Could you please make this accessible?
Describe the request
diff --git a/src/Barcode/src/Dynamics%2520Barcode%2520Provider/Encoders/Dynamics2DQRCodeEncoder.Codeunit.al b/src/Barcode/src/Dynamics%2520Barcode%2520Provider/Encoders/Dynamics2DQRCodeEncoder.Codeunit.al
index a99e809..1d8834d 100644
--- a/src/Barcode/src/Dynamics%2520Barcode%2520Provider/Encoders/Dynamics2DQRCodeEncoder.Codeunit.al
+++ b/src/Barcode/src/Dynamics%2520Barcode%2520Provider/Encoders/Dynamics2DQRCodeEncoder.Codeunit.al
@@ -10,7 +10,6 @@ using System.Utilities;
codeunit 9224 "Dynamics 2D QR-Code Encoder" implements "Barcode Image Encoder 2D"
{
- Access = Internal;
InherentEntitlements = X;
InherentPermissions = X;
Internal work item: AB#636016
Why do you need this change?
AFAIK, in BC there would be 2 options to create a QR Code without using a Web Service in between:
I much prefer the second option. Could you please make this accessible?
Describe the request
Internal work item: AB#636016