by Alex | Aug 16, 2024 | Dynamics 365 for Finance and Operations
A while ago I wrote a blog post on how you could obtain metadata about data entities within D365FO. Originally this was written against version 10.0.35, I wanted to update this for the 10.0.40 release. The updated file can be found here: D365FO Data Entity Metadata...
by Alex | Sep 7, 2023 | Dynamics 365 for Finance and Operations
I’ve written about D365FO data entities in the past and have had the opportunity to use them extensively from a ISV and consulting perspective. While working with them I have found myself at different times wanting to have a centralized source of information...
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...