Allow Reversing a Cash Receipt Journal at the Document No Level
It is possible to post the same Document No. multiple times in the Cash Receipt Journals area. However, in order to reverse the entry, you must choose a particular Entry No. and click reverse. This only reverses at the Transaction-level, though, so if you have posted portions of a document mul...
Add Folding Region Support for VS Code
Since you only have a limited number of code units, tables, etc., you can end up putting a *lot* of code in a single object. Code folding region support for the AL language extension would be extremely helpful (like described here https://code.visualstudio.com/updates/v1_17#_folding-regions).
Custom descriptions via IntelliSense in VS Code
When developing extensions, it would be really handy to be able to decorate tables, fields, functions, etc. with descriptions and then make those descriptions visible via IntelliSense. This would be very similar to the XML comments available for C# https://docs.microsoft.com/en-us/dotnet/cshar...
Support addlast Action keyword without an anchor in a page extension
It doesn't appear possible currently to add an action to a page that doesn't have any defined already (like 5911 Service Comment Sheet). The only supported syntax is addlast(Anchor), but since there aren't any anchors, it simply can't be done.