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...
In V1 we used to subscribe to the 'OnAfterActionEvent', 'Install' on Page 2501 to post a message to the user to setup LS Express right after he has installed it....
I have tried to create an API page like: ```javascript page 50102 MyInfo { PageType = API; EntityName = 'myInfo'; EntitySetName = 'myInfos'; APIVersion = 'beta'; SourceTable = "My Infos";...
For the add-ins it would be nice if we could use not only JavaScript files and Cascadien Style Sheets but also HTML files. It is annoying to have to change...
TempBlob
As TempBlob seems to be the new File object, would it be a big deal to add another column with FileName or Desciption (Text[80] or Text[250] to the table? Maybe...
Different companies, different (Code Formatting) rules. Therefore, I think it would be nice to have Code Analysis as a separate VS Code Extension and also as an Open Source Project....
Hello together, plase fix the support of CaptionClass in the navigation pane. I useded the CaptionClass property for a cue on an action page of a role center. The caption...
After I read again No. #276 I find the an Adequate solution for NAV adjustments the enlargement by a own webservice represents. So the apps for NAV are limited to...
Would it be possible to implement the XML signing available in .NET? There are unfortunately some processes which only work with this. If possible, this should be done with a...
The **Filtering of EventSubscription** could be used to improve 1. performance 2. reduce the code This Code in the Codeunit is called also on **Rec.DELETEALL(FALSE);** ``` [EventSubscriber(ObjectType::Table,18,'OnAfterDeleteEvent')] local procedure MyEventName(var...
Hi, we are using "Microsoft.ClearScript" in our solution to evaluate user defined formulars. Can you please add a Function to Evaluate Scripts to AL?