Intellisense: Support usage of record variable usage after asserterror
When entering asserterror in code and using a record variable after, the record variable is missing intellisense. See https://github.com/microsoft/AL/issues/5915 for more details and a short video. Although it is best practice in TDD to call procedures instead of statements as much as possible, ...
IntelliSense for ValuesAllowed on Enum page fields
Using ValuesAllowed on Enum page fields currently returns only boolean values, but not the actual Enum values.
IntelliSense should list all Enum values.
Refer to https://github.com/microsoft/AL/issues/6200 for more details.
CodeCop rule for Page.Run/RunModal on records not matching the SourceTable
Add a CodeCop rule to prevent run-time client errors when a record variable does not match the page SourceTable in Page.Run or Page.RunModal.
Refer to https://github.com/microsoft/AL/issues/7600 for more details.
AppSourceCop analyzer should check for breaking changes in report dataset
This was originally filed under https://github.com/microsoft/AL/issues/7619.
Report extensions allow other apps to add columns to existing report data items, or to add new data items.
Even...
Support filter tokens for DateTime fields
For DateTime fields, only the filter tokens %today and %workdate are supported.
The following other standard filter tokens should be implemented as well:
- %now
- %yesterday
- %tomorrow
- %week
- %...
STATUS DETAILSNeeds Votes