Skip to content

Align QR encoder accessibility change with correct source repository#30183

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/remove-access-internal-dynamics-qr-code-encoder
Draft

Align QR encoder accessibility change with correct source repository#30183
Copilot wants to merge 1 commit into
mainfrom
copilot/remove-access-internal-dynamics-qr-code-encoder

Conversation

Copy link
Copy Markdown

Copilot AI commented Jun 1, 2026

The issue requests making codeunit 9224 "Dynamics 2D QR-Code Encoder" externally accessible by removing Access = Internal;. This codeunit is part of System Application barcode sources, but that source file is not present in this microsoft/ALAppExtensions checkout.

  • Issue summary

    • Requested change: expose Dynamics 2D QR-Code Encoder for extension use by removing Access = Internal;.
  • Changes in this PR

    • No source code change was applied in this repository because the target file/path is not available here.
    • The request maps to System Application sources (e.g., BCApps), not the current repo content.
  • Expected code change (when applied in the correct repo)

    codeunit 9224 "Dynamics 2D QR-Code Encoder" implements "Barcode Image Encoder 2D"
    {
        InherentEntitlements = X;
        InherentPermissions = X;
    }

Copilot AI changed the title [WIP] Remove internal access for Dynamics 2D QR-Code Encoder Align QR encoder accessibility change with correct source repository Jun 1, 2026
Copilot AI requested a review from Groenbech96 June 1, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants