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** The page "Document Attachment Factbox" has recently been made obsolete, and most references give AL0432 warnings. But if this...
Please include the following with each issue: **1. Describe the bug** When using the new .Date() and .Time() functions of a DateTime variable, the AL compiler throws a warning that...
Please include the following with each issue: **1. Describe the bug** The "Explore in VS Code" action initiated via the "Page Inspection" in Business Central often ends up in a...
Processing of message 'al/downloadSymbols' failed with error: 'Object reference not set to an instance of an object.' Details: System.NullReferenceException: Object reference not set to an instance of an object. at...
When I try to install the beta package from https://www.nuget.org/packages/Microsoft.Dynamics.BusinessCentral.Development.Tools/15.0.17.43318-beta I get an error. Depending on the method used I get an different error: - Using NuGet CLI, I get...
Please include the following with each issue: **1. Describe the bug** ALC (The AL Compiler) binary is missing from the linux bin directory. Cannot compile any extensions on linux. **2....
**1. Describe the bug** If I set "Al: Show Home at Startup" in the VS Code User Preferences, then the system will modify all the workspace file I open (and...
### Describe the issue When calling a page runmodally (or not; I haven't checked that) from an OnDrillDown trigger the SourceTableTemporary property of that page is not being used. It...
**1. Describe the bug** The tooltip on `` in TableRelation `.` is wrongly `namespace ` when a top-level namespace with name `` exists. **2. To Reproduce** Steps to reproduce the...
**1. Describe the bug** Even when you have `"breakOnError": "All"` in launch.json, debugger still don't stop on the `error` statement if it is a collectible error. There is an option...