Code reflection
It would be great and very helpful if similar to .NET reflection feature is added to Business Central.
The idea is to have a way to dynamically enumerate and call procedures from different objects - codeunits, tables etc. similarly to the way how RecordRef gives reflection on database le...
STATUS DETAILS
New
Add object variable scope modifiers e.g. public, protected etc.
The idea is to extend the visibility of object variables beyond object scope and allow exposing a specific object variable to other objects. This will be very useful for sharing labels or text constants between objects.
For example:
Codeunit 123 Exposer
{
va...
STATUS DETAILS
New
