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...
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...
**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...
The following data on General Leger Entries:  Go to **Print & Send** -> **Microsoft Excel**. Excel with empty **Source No.** and **Source Type** fields generated.  (It always takes...
**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...
**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:...
(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...
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...
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...
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. ...
**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...