by Peter Prokopecz DAXVision | Nov 26, 2020 | AX 2012, Dynamics 365FO
We are working on an AX2012 to D365SCM upgrade project. Technical code upgrade happened a long time ago. After that, we worked on the functional redesign, integrations, data migration, automated build and release, functional tests, and so on. It takes time and we are...
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 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...