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 … More Copilot and X++, the beginning of a love Story – Dynamics Minds 2025

Start using properly the D365FO Number Sequences in your forms: NumberSeqFormHandler X++ class

Start using properly the D365FO Number Sequences in your forms: NumberSeqFormHandler X++ class.
It will include the code snippets and also a video explanation about why using this class. … More Start using properly the D365FO Number Sequences in your forms: NumberSeqFormHandler X++ class

Use of Methods in D365FO Electronic Reporting Explained. Table vs Table Records & Class vs Object.

In this video, we are going to see in detail the different Electronic reporting Data Source types that have methods, and how to use them. We will see with an example how to call and use a method with parameters, and also in the post you will find a brief summary of the video with all the content in a very short read, for the blog post format lovers out there. I promise both formats are worth the time! … More Use of Methods in D365FO Electronic Reporting Explained. Table vs Table Records & Class vs Object.

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 to repro the conflict and use the VS merge tool. Not anymore!! (At least not always) since there’s an extension provided by Microsoft in Azure DevOps to be able to merge the conflicts within it. … More Resolve your GIT pull request conflicts within Azure DevOps

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 refer the format to execute and a menu item. As simple as that, Check it out! … More D365FO Reports with Electronic Reporting: Sharing my solution to stop using SSRS for NEW reports.

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 entities and use of Composite data entities.