Event Arguments Codeunit
Create a generic Event Arguments codeunit to keep publisher signature stable.
Full Text Search for Business Central
Extend Business Central with full text search. To limit the amount of data, you could restrict the search to all API queries and pages. Alternatively, you could implement integrated full-text search management, where you can define the tables and queries for full-text search. The search itself co...
Extend Test Attribute with optional description and generic reference information
If you are writing a lot of tests, it is currently difficult to get an overview of the created tests, so it wouldn't be bad if you could enter additional information in the test attributes, which will be displayed by test tools. Fictitious example that contains the idea: [Test(DisplayName="Assume...
New Feature Namespaces instead of Objectname Prefix or Suffix
Instead of using prefixes and suffixes in object names limited to 30 characters anyway, it would probably be better to use namespaces as known from other professional programming languages.
Dependency Injection Feature in AL
How about promoting improved modularization through a Dependency Injection Service. After all, the object type Interface is already there. Large partners in particular have complex internal module dependencies and could benefit greatly from this.
JsonObject SelectTokens (JsonPath Selection of multiple JsonToken)
At the moment, only the SelectToken function is supported by the native JsonObject, which supports the selection of a single JsonToken. It would be desirable if it were possible to select multiple JsonTokens. Essentially a SelectTokens function.
There are also others who see a...
Intelligent Test Execution in Visual Studio Code and PowerShell
Our organization places great emphasis on quality, which is reflected in our extensive use of automated tests.
However, due to the size of our solution and the ever-increasing number of tests, running all tests can take several hours. Therefore, I am proposing an improvement that allows...