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

**1. Describe the bug** AL0155 is raised for global (**not protected**) variables with same name in report extension on two different apps. This only happens for report extensions, but not...

bug
accepted

Is it fully by design or sort of a bug? **1. Describe the bug** When I use the ternary operator with one-character text constants as values, I get conversion errors...

al-core-compiler
accepted

**1. Describe the bug** I tried to attach to a session via the "Help & Support" link in the webclient. After selecting the project and "Snapshot debuggin" in vscode. Nothing...

accepted

Is there a way to know the object range inside a codeunit ? I would like to get min and max of my id ranges within the upgrade code-units, but...

suggestion
reflection-api

**this.Calcfields(New_Field) run in a table extension does not find New_Field if it is declared in a table extension.** It seems that the this-keyword on a table extension refers to the...

requires-triage
al-core-compiler

Trying to initialize a snapshot debug session results in the following exception in vscode. Either direct from vscode or thru the Help & Support snapshot debug. ``` Processing of message...

input-needed
not-following-template

**1. Describe the bug** Using the new function ``UseServerCertificateValidation`` on the HttpClient requires the developer to use its return value. This isn't the case for e.g. ``HttpRequestMessage.Method('GET')``. Unless there's a...

accepted

Dears, This is a major issue i have. I'm trying to deploy am extension(hopefully on a test/dev environment) and wanted to use RAD publishing without debugging for faster experience. Everytime...

bug
input-needed
need-repro
RAD

I think there is a Microsoft syntax issue that no longer works in 2024 wave 2 in any tenant and any pageextension. This worked in 2024 wave 1. I would...

accepted

I'm unsure if this scenario is supported, as the issue occurs with a custom code analyzer and I haven't encountered it with any of the Microsoft-provided analyzers. Nevertheless, I wanted...

requires-triage
code-analysis-framework