AL icon indicating copy to clipboard operation
AL copied to clipboard

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual...

Results 405 AL issues
Sort by recently updated
recently updated
newest added

Please include the following with each issue: **1. Describe the bug** When publishing to an environment a second publish will happen after the first publish succeeds/fails to publish. The second...

accepted

**1. Describe the bug** When a global variable and a procedure named _operator and Operator both exist in the same codeunit, error AL0757 and warning AL0758 are reported because the...

al-core-compiler
accepted

**1. Describe the bug** A clear and concise description of what the bug is. Error that a standard field does not exist (it does), when linking a flowfilter using "filter()"...

accepted

Let me preface this by saying I'm not sure if this is a compiler issue or a runtime issue, if it is more of a runtime issue and thus out...

**1. Describe the bug** `AL: Publish extension without building` command creates invalid authentication URI when using AAD/MicrosoftEntraID authentication on-premises. ```uri https://login.microsoftonline.com/aspa/oauth2/v2.0/authorize ?scope=https%3a%2f%2fapi.businesscentral.dynamics.com%2f.default+openid+profile+offline_access &response_type=code &client_id=41839ce3-4041-4bac-8c17-0941f25d7aaf &redirect_uri=http%3a%2f%2flocalhost%3a56282 &client-request-id=7a80a362-8b1a-4eb3-af87-b26e81f389e3 &x-client-SKU=MSAL.NetCore &x-client-Ver=4.61.3.0 &x-client-OS=Microsoft+Windows+10.0.26100 &prompt=select_account...

requires-triage

The rule prohibits interface extensions on the grounds that they interfere with existing implementations. However, the creator of this rule apparently only used AI to invent the rule without testing...

static-code-analysis

Please include the following with each issue: **1. Describe the bug** Table extension for a table from different extensions from same publisher does not show AS0013 or PTE0022 when using...

input-needed
AppSourceCop
PerTenantExtensionCop
accepted

**1. Describe the bug** In our AppSource application we had to renumber some table extensions to solve possible ID conflicts with other apps. In a first step I made a...

AppSourceCop
accepted

**1. Describe the bug** `AL: Publish extension without building` command always looks for the app file in the AL project folder. However, `al.compilationOptions` workspace setting allows to change where app...

requires-triage

Please include the following with each issue: **1. Describe the bug** When you create an endless loop with two page extensions using AddBefore and AddAfter, the compiler stops responding. This...

requires-triage