I have always got different answers on this, so asking this on the forum...
we are on AX 2012 R3 CU11.
Lets say I have 3 custom objects: ClassA, ClassB and MenuItemC. None of these are dependent on any out of box objects.
- ClassA is called from ClassB
- MenuItemC calls ClassB
Now this is all working in Production env.
As part of a new requirement I have to change one line of code in ClassA on my Dev/Test env. Compiled all the 3 custom objects, Forward compiled on classes, Incremental CIL and then verified that is functional as per the new requirement.
Now to push this small change to Production env which option can I use :
- Option1: can I do an XPO import of ClassA into Prod env and Compile all the 3 custom objects, Forward compile on classes, Incremental CIL ?
- Option2: can I push the ModelStore from Dev/Test to Prod env ?
For big changes yes we do full compile, full CIL in Dev/Test env and push the ModelStore to Prod env.
Thank you
Santosh
*This post is locked for comments
I have the same question (0)