Hello,
we have developed new data entity using the standard wizzard, which created all the tables and classes.
Everything works fine on development environment.
But, when I imported the xpo with all object to another environment and wanted to test, I could not see the new entities in target entities list.
I mean, when I try to create new record in target entity, our new ones are not in the list to select.
After xpo import I have done only the compile of project, synch only tables of project and did incr. CIL.
Do I need to do full compile? Because it will take too much time, or there are something similar to D365 refresh entities that I can do?
Thanks