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:...
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...
by Peter Prokopecz DAXVision | Nov 14, 2019 | Dynamics 365FO
‘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...
by Tomi S | Jul 12, 2019 | Dynamics 365FO, Other
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...