Skip to content

codeunit 9224 "Dynamics 2D QR-Code Encoder" -> Remove Access = Internal #30095

Description

@mplanzer

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:

  1. "Abuse" the "Swiss QR Code Helper" and replace the logo in the center
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

IntegrationGitHub request for Integration areaapprovedThe issue is approvedrequest-for-externalRequest for exposing a function for extension development

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions