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 305 AL issues
Sort by recently updated
recently updated
newest added

- AL Extension Version: v9.4.663067 ![Screenshot 2022-08-12 110531](https://user-images.githubusercontent.com/88882450/184333639-f35868fe-4a6d-4802-8419-eca2220a73f5.jpg) The app files in the main app folder are loaded as symbols and causes it to complain objects already exist in the...

accepted

For example the following code will compile but when uploading it, it throws an error: ``` pageextension 50000 "My User Card" extends "User Card" { layout { modify(Permissions) { Editable...

al-extensibility
requires-triage

The Server gives the following Error when I try to start it with f6 (Starting it via "Forbidden Button" on the WebClient works.) ``` RootException: InvalidOperationException Sequence contains more than...

requires-triage

Most other programming languages have package managers that allow you do re-use other peoples brainwaves and keep them updated if you want to or hack them into what you need...

suggestion
developer-productivity

**1. Describe the bug** When publishing an app into a sandbox container where OAuth is enabled the publish works fine but when the browser is opened afterwards and the sign-in...

debugger
accepted

Please include the following with each issue: **1. Describe the bug** When trying to compile the app as a SaaS solution in the NextMajor container, I get a AL compiler...

input-needed
al-core-compiler

**Describe the bug** When saving an al file, lines starting with '#pragma warning' are not indented. If you did indent, the indent is removed. Then when expanding/collapsing a code block...

al-format
accepted

**Describe the bug** When I have a `launch.json` file with two configurations and I try to use the "AL: Download Symbols" command, I get an error saying "Could not download...

bug
workspaces

**Describe the bug** When you're debugging an App and you try to add a Watch on a Field of a Record variable, the Watch window shows the Field incorrectly as...

external
debugger

Issue entered at: https://github.com/microsoft/ALAppExtensions/issues/11353 **Describe the bug** The attempt to use PrintOnlyIfDetail in one of our reports is marked as 'cannot be used for 'Cloud' development' within a sandbox, even...

bug