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** If you add a field from a dependent extension to a page extension, it will show "Tooltip for field 10 must be filled", even if you...

requires-triage
accepted

**1. Describe the bug** I have an app that I am compiling against the next major release. The compiler output (not the problems window, but the actual compiler output) does...

input-needed
al-core-compiler

Please include the following with each issue: **1. Describe the bug** In our pipelines we use alc.exe directly to compile our source code because it is way faster than compiling...

I'm hoping to get #6992 fixed this time. **1. Describe the bug** Missing warning or error when assigning a record variable (other than `Rec`!) for a page field or action...

requires-triage

**1. Describe the bug** When using multiple table extensions to same table then translations does not work correctly. Only first table extension is translated. It is probably due to bad...

accepted
translations

**1. Describe the bug** ![image](https://github.com/user-attachments/assets/ac01d00e-c4cb-44c0-afa0-94c2ae081e03) Lets say I have a piece of code and the field was renamed elsewhere. Now I want to change reference to the new name. I...

intellisense

Please include the following with each issue: **1. Describe the bug** When creating a switch case on a value of the type joker, the compiler will not throw an error,...

accepted

Please include the following with each issue: **1. Describe the bug** The CodeCop AA0217 **2. To Reproduce** Steps to reproduce the behavior: 1. Go to '...' ``` AL if DimText...

requires-triage
CodeCop

**1. Describe the bug** the setting `"editor.inlayHints.enabled": "on"` throws error: **2. To Reproduce** activate this setting `"editor.inlayHints.enabled": "on"` in VSCode for a BC extension: **3. Expected behavior** no errors **4....

accepted

Hi all! ## Describe the bug I create container with BcContainerHelper with `-Auth Windows`. Credential provided is identical to my Windows account (It's a Microsoft account). When I try to...

investigate