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

With this code: ```al pageextension 50100 Test extends "Customer List" { trigger OnAfterGetCurrRecord() var TestCode: Code[20]; begin TestCode := ''; Message('MaxStrLen is %1 / StrLen is %2', MaxStrLen(TestCode), StrLen(TestCode)); TestCode...

accepted

**Describe the issue** When running Run-AlValidation there is a warning output shown after compiling the extension as below `C:\ProgramData\BcContainerHelper\be303062-fac0-4094-8147-49eeb845071a\app.json(16,5): warning AL0667: 'Extension' is being deprecated in the versions: '4.0' or...

accepted

The following data on General Leger Entries: ![image](https://user-images.githubusercontent.com/34141127/187492496-7feb3ee2-7e40-460c-b7ee-71fedb9ea44e.png) Go to **Print & Send** -> **Microsoft Excel**. Excel with empty **Source No.** and **Source Type** fields generated. ![image](https://user-images.githubusercontent.com/34141127/187492392-4ba99c56-3a0a-4dd7-b821-b6dc5056a1c4.png) (It always takes...

customer-support

**1. Describe the bug** When working with a BC14 extension, the rule `AA0008` is ignored both by Visual Studio Code and the compiler when building the application locally. However, when...

requires-triage
al-docs

**1. Describe the bug** When using `0T` for time calculations, a compile error is missing to avoid a runtime error in BC. **2. To Reproduce** Steps to reproduce the behavior:...

al-core-compiler
accepted

(Maybe it is somehow related to #7496 you solved for us a couple of months ago.) There is the interface (version 1 - V1) in obsoleting state = Pending in...

input-needed
requires-triage
AppSourceCop

Please include the following with each issue: **1. Describe the bug** When an event subscriber is declared, the Ctrl + Click (or Go to definition) to navigate to the source...

requires-triage
al-core-compiler

Please include the following with each issue: **1. Describe the bug** Connection to Business Central from VSCode can't be made when Entra ID Comliance policy are on. Reopen of bug...

accepted

When building documentation using ALDoc, the entire page is covered by the header. The problem seems to be that all level 2 navigation items are shown in the header. ![image](https://github.com/microsoft/AL/assets/59576392/6aa045d7-e4c6-4c51-866b-a7cfab4c0f30)...

accepted
al-doc-tool

**1. Describe the bug** We get this error, when we compile against BC24. I think the problem is, that the page "No. Series" was moved to another layer of the...

AppSourceCop
accepted