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...
Is it possible to add **OnInit** trigger for a Page-Extensions?
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....
**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...
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...
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...
We have a tableextension that needs to add SumIndexFields from the base table. This is along the same lines as #730.
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 ``` 
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...
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...
**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...