On this occasion, I am here to share a piece of code that has been very useful when cosuming Dynamics 365 Finance and Operations data entities, whether they are standard entities or custom entities, from any type of application written in C#. In my specific case, it is a piece of code written to be…
All posts in jatomas.com
Generate and Import Excel files with X++ in #MSDyn365FO
We all know that the management and integration that #MSDyn365FO brings as standard with Microsoft 365 products is very good, especially with Excel files. Even so, there are occasions when we have to develop our own code to generate files or to import them for different reasons, such as importing files with a specific format…
Azure Key Vault & MSDyn365FO: Setup Certificates and Passwords
From time to time I have to configure the electronic certificate to be used in the SII (Immediate Information Supply) module and it always happens the same, I don’t remember exactly what I had to do. That is why I have decided to write this post, with a detailed step by step detailed so that…
Dark Mode in Visual Studio for X++ Code Editor
UPDATE! Now that Visual Studio 2019 is working with the Dev Tools (unofficialy) you can download the settings I did for the X++ editor in dark mode also for this version: JATXppVS2019.vssettings. Microsoft also has improved the look and feel of the labels editor in dark mode (now is real dark mode 🤣). Dark mode…
Business Events: Custom payload (II)
In the previous post we were talking about a solution that would allow us to customize the content and structure of the payload that is sent through Business Events drastically, so that we are able to adapt to a JSON format different from the standard of #MSDyn365FO, all this while still using the full power…
Business Events: Custom payload (I)
The purpose of this article is to talk about the posibility of changing the format or the structure of the JSON that is sent through a Business Event in the least intrusive and more reusable way possible, allowing at all times to use the power and robustness of the Business Event framework. I am currently…
Time to develop in #MSDyn365FO… And now what?
Well, I am a programmer with experience in Microsoft Dynamics AX, I have participated in several projects on versions 2009, 2012, R2, R3 … and finally, my company starts working on a Dynamics 365 for Finance and Operations project, and I think … And now what? First of all, let me clarify that my intention…
Tip: Consume Business Events Through Flow in Self-Service Environments
Self-service environments are here, and they are here to stay. If you don’t know what I am talking about or just want to have more details about this new type of deployments, you can take a look at this post written by my colleague Adrià a few months ago. As Adrià commented, in order to…
And now, in English too!
Yes, you have read it correctly! As a New Year’s resolution, I’ve decided to publish in English too. Honestly, languages have never been one of my strengths, but from the moment I started working in Axazure, I’ve been improving my English little by little to the point to be able to have almost fluent conversations…
Embed web application in #MSDyn365FO using WebsiteHost control (PU31)
As you may know, version 10.0.7 PU31 has been released in PEAP, and as usual, it comes with many functional and technical news. One new that has attracted me, as you can see in my twitter timeline 😅, is the possibility to add third-party apps directly into Finance and Applications (embed) inside iFrames. In order…