Blog
Consume a web service in D365FO
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...
How to call AX data entity from Postman
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...
Risks of moving ERP to the cloud, advantages of standardization
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...
MBA accomplished
Today I passed my state exam and became an economist also, not "only" IT engineer.
Dynamics 365 F&O build from release folder
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:...
‘findItemPriceAgreement’ is obsolete. Use the instance method PriceDisc.findPrice instead.
This is an example of a code upgrade from Ax 2012 R3 to D365FO. It is not so hard to figure out but might save 30-60 minutes for someone else out there. PriceDisc::findItemPriceAgreement(...) call needs to be replaced by priceDisc.findPrice(...) as stated in the...
Chain of Command does not support polymorphism
In an earlier post, I played around with Chain of Command to explain how it works in general. http://daxvisionerp.com/chain-of-command-coc-example/ This post will be more advanced. Chain of command does not support polymorphism. I have augmented 2 classes that are...
Dynamics 365 F&O upgrade of ‘AxdDimensionUtil::getLedgerAccountId ‘
'AxdAppDimensionUtil' class has been deprecated in Dynamics 365 F&O and you can see the following error when trying to use it: ''AxdAppDimensionUtil' does not designate a class or table'. Here is how to upgrade 'getLedgerAccountId' method of this class to resolve...
Reports in Dynamics 365FO
Creating our own report remains the same as it was in the 2012 version. However, modifying existing reports changed quite a bit. You can’t actually create an extension of a report, but you can duplicate and then modify it. Extending a report If the report’s output...
AXUG Summit 2019 Presentation
It was a pleasure to hold a presentation at AXUG Summit 2019 in Amsterdam about Dynamics 365 F&O upgrade with my friend. https://eu.usergroupsummit.com/home Thank you for the opportunity. All participants did their job well, including the audience with their...
Need consulting? Contact Us now!
If you need help implementing and optimizing your ERP system, please contact DAXVision at info@DAXVisionERP.com