by Alex | Apr 2, 2021 | Dynamics 365 for Finance and Operations
I have used the MetadataSupport library in X++ to help get metadata information for tables, menu items, and data entities in the past. I have also used it for enums but recently found an issue when dealing with enum extensions. I initially wrote the logic to get enum...
by Alex | Mar 20, 2018 | Dynamics 365 for Finance and Operations
With the redesign of the X++ compiler (that I go over in depth in this post) to allow for interfacing with C#/.NET in D365FO I’ve tried every chance I get to code my complex business logic in .NET instead of X++. Mostly because, as a .NET developer by trade, I...