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 tagged Dyn365FO
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…