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

**Description** It would be nice, if the compiler would catch FlowFields on FlowFields. **Reason for the rule** The compiler has all information to prevent that runtime error. Sometime you get...

suggestion
al-core-compiler

**Title** Forbid explicit numeric object numbers **Description** Explicit object numbers can be used when calling `RUN` and `RUNMODAL`. Please generate a Codecop warning when this value is a literal numeric...

static-code-analysis
CodeCop

We looked for possibilities to use a custom page, instead of the BC standard page, when opening "Purchase Invoices". We tried using the event subscriber "OnAfterGetPurchaseHeaderPageID" on the codeunit 700...

**1. Describe the bug** I have a strange behavior with the debugger. When I start the debugger and call a report without a breakpoint. The report is performed without the...

input-needed
debugger

**1. Describe the bug** The system function GetUrl start returning different not working links in Version: W1 24.0 (Platform 24.0.18959.0 + Application 24.0.16410.17628) Same code below is tested on version...

Please include the following with each issue: **1. Describe the bug** When starting a debugging session of a downloaded snapshot using the "AL: Show all snapshots" action, I am represented...

snapshot debugger
accepted

When using a variant for generic code, there doesn't seem to be a way to differentiate between overloaded RecordRef.Copy()-function calls. If the variant was a recordref, I could do ```...

requires-triage

There is a codeunit with `Find(var RecordVariable: Record SomeRecord): Boolean` method defined in my code. When I use it like ```al if CodeunitVariable.Find(RecordVariable) then; ``` or ```al CodeunitVariable.Find(RecordVariable) ``` I...

CodeCop
accepted

Please include the following with each issue: **1. Describe the bug** Create an app, name it something that includes an illegal symbol for a folder, e.g. a colon `:` **2....

accepted
al-doc-tool