AL
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...
**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...
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...
**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...
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...
**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...
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...
**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...
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...
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...
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...