Over the past several weeks I have been attempting to upgrade our AX DB into D365 mainly using instructions from here.
Before doing the steps there, you will need to see if you have a 'Display' menu item named 'SysCheckList_UpgradeToNextV'. If you don't have that (Which I did not), then you will need to install KB4048614. This will give you an upgrade checklist to prep your database and modelstore for the upgrade. (This will require going through the standard software update checklist.)
After going through some failed attempts, I narrowed my focus to 2 main paths:
- Upgrade my company's custom code / data ONLY.
- This means removing ALL ISV models. This was ok for us as our ISVs have D365 solutions.
- Upgrade my company's custom data that fits in vanilla AX.
- This means removing ALL custom models.
After attempting a code and data upgrade for option1, we decided to remove ALL non data related customizations. (Classes, forms, etc.) This would leave us with only our Tables, EDTs, etc.