Steven Renders
Results
2
issues of
Steven Renders
When I run the following code, it does not get executed: ``` codeunit 70001234 MyCodeunit { trigger OnRun(); begin end; //[EventSubscriber(ObjectType::Page, page::"O365 Activities", 'OnOpenPageEvent', '', false, false)] [EventSubscriber(ObjectType::Page, page::"Business Manager...
enhancement
In a multiroot workspace, in VSCode, there's a launch.json per project. In documentation it says that you can add the launch settings in the user-settings or the workspace-configuration, but AL...
suggestion