Hi,
We have recently migrated our 2012 R3 code to AX7 using auto migration. So objects got divided into multiple packages like Application platform, foundation and suite. I am not sure how that division has happened.
But we are facing some issues related to objects which belongs to different packages and package doesn't have reference to the other package.
Like for an example I have a class "LogisticsLocationsDefault" which belongs to "Directory" package trying to use features of "InventLocation" table which belongs to "Application Suite". Now in the class I'm getting error that "InventLoocation object is not recognized as a class, table." This is because "Directory" package doesn't have reference to "Application Suite" and a reference can't be made as well.
What can be a solution to this problem?
If I'll move InventLocation table to "Application Foundation" I'll be able to resolve it, but after moving that object from backend from one package to another how to check-in that object into that package OR is there any other method I should follow to move the object and check-in?
*This post is locked for comments
I have the same question (0)