At this point, we all know the importance of using Virtual Tables or Virtual Entities in Dynamics 365 Finance and Operations apps. Perhaps one of the most common and well-known uses is leveraging Dynamics 365 F&O as a data source in Power Apps (specifically canvas apps) without the need to store data in Dataverse, thus…
All posts by ja.tomas
About ja.tomas
MS Dynamics 365 for Finance and Operations Developer at Axazure | Beer collector | Lover of my dogs
Consume Dynamics 365 F&O Data Entities from C#
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…
Embed Power Apps in Dynamics 365 Finance and Operations
Thanks to the Power Platform, the options we have to extend Dynamics 365 Finance and Operations without writing code have multiplied. In previous articles we saw how we could take advantage of Power Automate flows to do so, and this time, we will focus on the different ways we have to embed Power Apps canvas…
Power Automate & MSDyn365FO: Deep dive (IV)
A few weeks ago, preparing the session for the Global Power Platform Bootcamp 2021, I realized that the series of posts that I had written about Power Automate & MSDyn365FO was incomplete…, I hadn’t analyzed one of the options availables on the Dynamics 365 Finance and Operations apps connector: Execute action Execute action From execute…
D365 FinOps PowerSummit – D365Bootcamp
Last Sunday one of the largest events on Microsoft Dynamics 365 Finance and Operations apps took place at an international level (yes yes, only from #MSDyn365FO), with a duration of three days in which more than 50 speakers participated, all of them recognized professionals and MVPs, the D365 FinOps Power Summit, organized by the people…
Power Automate & MSDyn365FO: Deep dive (III)
In this third and final post about Power Automate and its connector for Microsoft Dynamics 365 Finance and Operations apps, we are going to talk about the different write operations that exist in it. These operations are the following: Get record Update a record Delete record Before starting with them, we must bear in mind…
Power Automate & MSDyn365FO: Deep dive (II)
We continue with the series of articles about Power Automate and the different operations that can be performed on Microsoft Dynamics 365 Finance and Operations apps. As we saw in the previous article, thanks to the MSDyn365FO premium connector for Power Automate, we have a series of triggers and actions to interact with our system.…
Power Automate & MSDyn365FO: Deep dive (I)
In recent weeks I have received more than one query related to the use of Power Automate to perform actions on Microsoft Dynamics 365 Finance and Operations apps, so I have decided to write a series of articles to delve a little deeper into this topic. Power Automate Power Automate, formerly known as Microsoft Flow,…
NetCoreConf Virtual2 2020
Just a few days ago we lived an intense and interesting weekend thanks to the people of NetCoreConf. For those who do not know, NetCoreConf is a free event on Microsoft technologies that tries to bring quality technologies and sessions to those areas where historically there was no availability to attend an event of these…
No-Code: Extend MSDyn365FO with the Power Platform
No-Code solutions are here to stay, you just have to see the amount of content, use cases, articles, videos and events dedicated, for example, to the Microsoft Power Platform. In my specific case, I do not think that this platform has come to replace all the customizations that we do through X++, although they can…