ewaldventer
Results
2
issues of
ewaldventer
**1. Describe the bug** Using AL:FindEvent takes ages to load as it seems to load on demand instead of on load of solution. **2. To Reproduce** When editing a file...
requires-triage
workspaces
Example, if you copy the events for COD365.OnBeforeFormatAddress, it gives you: ``` [EventSubscriber(ObjectType::Codeunit, Codeunit::"Format Address", 'OnBeforeFormatAddress', '', true, true)] local procedure "Format Address_OnBeforeFormatAddress" ( Country: Record "Country/Region"; var AddrArray: Text[100];...