by Peter Prokopecz DAXVision | Feb 19, 2020 | Dynamics 365FO
I was working on a one-box developer VM that I downloaded from LCS Asset library and updated many times to the newest platform update (It is on PU32, 10.0.8 now). I faced issues with exporting data. Execution log just said “Error(s) while uploading the...
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 Peter Prokopecz DAXVision | Jan 27, 2020 | Dynamics 365FO
I wrote about building your code on Azure DevOps earlier: http://daxvisionerp.com/dynamics-365-fo-build-from-release-folder/ The build agent is running a virtual machine. You need to start the VM to be able to start a build. This has some costs most of the time....
by Peter Prokopecz DAXVision | Jan 27, 2020 | AX 2012, Dynamics 365FO
It was so exciting to speak last year at User Group Summit Europe in Amsterdam and listen to other Microsoft Business Applications experts. I learned a lot and shared a lot....
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 | Jan 3, 2020 | Dynamics 365FO
Here in this post I give hints about how to register an application in Azure Active Directory, set the application access in AX and then how to call AX data entity from Postman Register an application and give the necessary API Permissions Based on the information...