-

Copilot and X++, the beginning of a love Story – Dynamics Minds 2025
This could be the best 40 minutes you’ll spend this week.Specially if you are a tech consultant of D365FO, or just curious about what you can do already with Copilot. This session is for you! A very fun and effective way to go through the present and future of AI and X++. Don´t miss it Read more
-

Clean Code in X++ – Dynamics User Group India
In this Episode for the Dynamics user group India, I am sharing invaluable insights and best practices on writing clean, efficient, and maintainable code in X++. This session is highly beneficial for all X++ developers and technical architects looking to enhance their coding skills and elevate their development practices. Thanks for watching! Read more
-

Resolve your GIT pull request conflicts within Azure DevOps
More and more D365F&O developers are transitioning to git as their source control, given the more flexibility that it offers compared to TVSC. Sometimes the conflicts in PRs can make the dev team to spend much time pulling from the target branch, checking out the origin branch, and merging, all in Visual Studio, in terms… Read more
-

D365FO Reports with Electronic Reporting: Sharing my solution to stop using SSRS for NEW reports.
In this post and video I’ll share my solution to implement easily new reports and I will explain too, how you can use it. Feel free to download it and adapt it to your projects too. It’s a generic solution where you will only have to extend (inherit) a few classes, create a parameter to… Read more
-

Handle FK relations (RecID) in D365FO data entities and use of Composite data entities.
Handling Foreign key relationships in the Data Entities is a basic issue that you might be solving wrongly. Also knowing the power of the Composite data entities can help you insert data of multiple tables with FK relationships in a single call. Check the post out! … More Handle FK relations (RecID) in D365FO data… Read more
-

Execute D365FO Electronic Reporting from X++ code using parameters and contracts
In this post and video we are going to see how you can easily execute an Electronic Reporting format from code and pass to the ER either the user input parameters or a data contract fulfilled … More Execute D365FO Electronic Reporting from X++ code using parameters and contracts Read more
