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

I found https://github.com/microsoft/AL/issues/6696 while just trying to get a list of `enum` `Names()` and chop off the 1st one representing the blank values. Now I'm trying to be clever and...

bug
runtime - Out of Scope

TSIA really: ![image](https://user-images.githubusercontent.com/63455896/168246012-bfaf4a48-1414-451a-b085-821b3728bfc8.png) ![image](https://user-images.githubusercontent.com/63455896/168246074-2973018f-216a-4cf2-b5cc-e03c0f18c65f.png) ```none Name: AL Language Id: ms-dynamics-smb.al Description: AL development tools for Dynamics 365 Business Central Version: 9.0.615906 Publisher: Microsoft VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dynamics-smb.al ```

accepted
syntax-highlighting

**1. Describe the bug** The usage of the [**CurrReport.Skip**](https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/report/reportinstance-skip-method) method in the [OnBeforeAfterGetRecord](https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/triggers-auto/reportextensiondatasetmodify/devenv-onbeforeaftergetrecord-reportextensiondatasetmodify-trigger) trigger doesn't influence on the execution of the **OnAfterGetRecord** trigger of the corresponding data item. Could you...

runtime - Out of Scope

In AL, when I define function with parameter of type variant passed by reference, I cannot call the function by passing record, because I will get error: > Argument 2:...

bug

Hi Team, I am saving a file directly in excel format. There i required some columns Header need to be merged. So i wrote the below code but still getting...

static-code-analysis

The below code compiles without warning but, of course, fails at runtime with this message: > There is insufficient memory to execute this function. This can be caused by recursive...

bug
al-core-compiler

**1. Describe the bug** I try to open a workspace with a modified base application locally, but get an internal error and don't know where to start looking for possible...

When entering the line ``` foreach x in y ``` intellisense does not show any suggestions when entering the variables x or y. Tested on AL Language v9.0.605172

intellisense
accepted

I've noticed that the **maximal count** of listed **problems** are restricted to **100 entries** per AL object. I havn't found any setup, where i can lift these restriction up to...

static-code-analysis

**Describe the bug** We're in the process with the whole development team to split up our solution into multiple apps, but things are going really slowly because of this error...

bug