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).
Add a new FieldGroup to an existing table
It is currently possible to add a fieldgroup (Dropdown, for example) in an extension in a new table or to add fields to an existing fieldgroup for a core table, but it isn't possible to add a fieldgroup to a core table that doesn't have one already defined at all.
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...
Set/Get Page Field Value Programmatically
It would be extremely useful to have functionality similar to TestPage.SetValue, except attached to CurrPage. This is similar in concept to https://experience.dynamics.com/ideas/idea/?ideaid=8aa70fdb-2b67-e911-b047-0003ff688f4c except that the solution there was to require explicit opt-in by the ...
