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...
**1. Describe the bug** When app files (symbols) are downloaded by another way than by "Download Symbols" action into the package cache folder (e.g. through NuGet packages) and they are...
I originally received this error message with an existing report extension when compiling project. I then commented out the existing report extension, and deleted the associated report layout. When I...
When compiling one of our apps duplicate entries for a translation (trans-unit-id) are created in g.xlf file. In total 4 trans-unit-ids are duplicated. Screenshots below show these entries: first occurence...
**1. Describe the bug** Missing parenthesis in Enum methods throws error in platform but not in compilation time. **2. To Reproduce** Steps to reproduce the behavior: 1. Create an Enum...
Please include the following with each issue: **1. Describe the bug** I have custom tables and pages to receive data (Orders) from third party in business central. The structure of...
- AL Extension Version: 0.16.26913 - Server Version: AU Dynamics NAV 12.3 [PagExt50110-Page22.RunReport.zip](https://github.com/Microsoft/AL/files/2330364/PagExt50110-Page22.RunReport.zip) In the attached RDLC layout the Customer Address field was originally in the DataSet and was added...
**1. Describe the bug** If you navigate to code inside a dal file and try to navigate even further a new unnecessary duplicate tab is opened. **2. To Reproduce** -...
Hi BC Experts!! Good Day!! It should be more effective a page customization, if we can customize a field for different properties. Like ShowMandatory, NotBlank, BlankZero. Because if I want...
[This](https://docs.microsoft.com/en-gb/dynamics365/business-central/dev-itpro/compliance/apptest-overview) page mentions that the usage of ASSERTERROR is a "critical error" My understanding is that this means usages of ASSERTERROR outside of test Codeunits means that an extension cannot...
I have an issue where the compiler fails with `AL0280` & `AL0185` due to missing pages and publishers in the `EventSubscriber` attribute. ``` AL0280: Page 'x' is missing AL0185: The...