I have some custom Visual studio Projects under the C Sharp Project node.
I have also customized a standard Visual Studio Project -> C Sharp Project : InventValueReport.businessLogic.
We are going to start upgrading our custom from AX 2012 R3 to D365 in the next week or so.
Because this custom is already in Visual Studio, do I need to upgrade them to D365 ?
If I need to, how would I go about doing so?
For regular X++ custom where I have changed standard code/objects I have to add an extension to the appropriate object or class and add my custom that way.
For pure X++ custom, I just add the class/object in Visual Studio, no extension needed for them.
I know we can have LCS do the integration and we fix the errors but it didn't do a very good job with our custom. We have for example warehouse management enabled and it threw out errors on standard code that we didn't even have custom on e.g.
Resolve: 'Referenced object 'WMSPalletId' is marked as obsolete. ' metadata validation error |
So we think of adding our custom manually because it is not astronomical.