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 12, 2019 | Other
Today I passed my state exam and became an economist also, not “only” IT engineer.
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:...
by Peter Prokopecz DAXVision | Dec 3, 2019 | Dynamics 365FO
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...
by Peter Prokopecz DAXVision | Nov 29, 2019 | Dynamics 365FO, Other
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...