by Tomi S | Mar 19, 2020 | Dynamics 365FO
Introduction Data entities were introduced in Dynamics 365. It is an abstraction from the physical implementation of database tables. They enhance data importing/exporting services. A data entity is a de-normalized view of data that is spread across multiple...
by Peter Prokopecz DAXVision | Feb 11, 2020 | Dynamics 365FO
In an earlier post, I described how to set up Postman to test calling your AX data entities. http://daxvisionerp.com/call-ax-data-entity-from-postman/ You can also read data from AX data entities using Excel. It is easy, no need for secret and token, etc, you just...
by Tomi S | Jan 7, 2020 | Dynamics 365FO
How I started The cornerstone of my solution was this Microsoft document.https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/consume-external-web-serviceIt is a step-by-step guide to help you understand the basics of web service...
by Peter Prokopecz DAXVision | Dec 19, 2019 | Dynamics 365FO
Like I shared in my former post ( http://daxvisionerp.com/mba-accomplished/ ), I passed my state exam on MBA last week. I am still an IT engineer too and will not stop blogging about technical stuff. I would like to share my thesis with you. What is it about? I gave...
by Peter Prokopecz DAXVision | Dec 6, 2019 | Dynamics 365FO
There is a good documentation of how to set up Azure DevOps and a build environment for continuous build for your Dynamics 365 for Finance and Operations here:...