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...
Please include the following with each issue: **1. Describe the bug** Starting with BC24 `Publish-NAVApp` no longer shows an error when extension compilation fails but instead hangs forever. **2. To...
Please include the following with each issue: **1. Describe the bug** The function CreateBinTypeFilter in table Bin Type with parameter Type as Option is now obsolete and is replaced with...
Hi Team, I am trying to make some changes in Shopify Connector extension. I have downloaded the symbols, However, when I use any of the event subscription I am facing...
**1. Describe the bug** When executing `altool.exe GetLatestSupportedRuntimeVersion 24.0` it returns the value `13.1`, where I would expect `13.0`.  **2. To Reproduce** 1. Download the 'AL Language extension for...
**1. Describe the bug** When you set AllowInCustomization to _Never_ the field cannot be used in page customizations. However you can still add the field to a page or page...
Add a new Query snippet for the DataItemLink property. Fixes [AB#539721](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539721)
**1. Describe the bug** On adding `RequestFilterFields` within a report extension, IntelliSense does not list extension fields. **2. To Reproduce** 1. Create a new app. Extend table `Work Center` with...
**1. Describe the bug** Following this feature: https://learn.microsoft.com/en-us/dynamics365/release-plan/2024wave1/smb/dynamics365-business-central/define-extension-objects-same-app-as-their-base-object Intellisense does not work for fields in multiple extension objects in the same app. (**I love this feature btw** and this is...
**1. Describe the bug** When saving in vscode and the auto-format kicks in, the parameters of a procedure tend to split from 1 into 2 lines. **2. To Reproduce** Save...
**1. Describe the bug** My previous ticket probably got misunderstood, since it got **partially** fixed: https://github.com/microsoft/AL/issues/6510 That is, the interface (object) references themselves improved, but not the **procedures** of it....