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

Is it possible to add **OnInit** trigger for a Page-Extensions?

suggestion
al-extensibility
idea

In order to create a test similar to Codeunit 134926 (Table Relation test) that's specifically for my extension, I need to be able to access the 'Table Relation Metadata' table....

enhancement
reflection-api
idea

**1. Describe the bug** I just wasted an hour or two of my life, trying to determine why conditional breakpoints seemingly didn't work, when in fact it appears to be...

enhancement
bydesign
debugger
idea
documentation

I'm writing this suggestion because I've had multiple scenarios where I would've liked to create subscribers at runtime. The example I'm going to use here is a very simple example...

suggestion
al-extensibility
al-language
idea

Based on my own findings and the findings of the participants of an in-house workshop on VSCode I would like to suggests to add the Caption property to the following...

suggestion
al-snippets
idea

We have a tableextension that needs to add SumIndexFields from the base table. This is along the same lines as #730.

suggestion
al-extensibility
idea

If we use the code from standard NAV page **Item Picture**, we get several errors (see printscreen) I think we need something like this: ``` Picture.EXPORTTOSTREAM(InStream) DOWNLOADFROMSTREAM ``` ![image](https://user-images.githubusercontent.com/28626283/30533376-45f3da58-9c59-11e7-8439-8c9b02cba32b.png)

enhancement
suggestion
platform-api
idea

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...

accepted

In VSCode there seems a difference between Run Build Task… and Ctrl+Shift+B. Selecting Task > Run Build Task… the command pallet urges me to enter to _Select build task to...

enhancement
vscode-integration

**1. Describe the bug** When a `[TryFunction]` implements an interface that requests a function that returns a Boolean, the return value, when used through the interface does not return the...

al-core-compiler
accepted