Move entities to another module

3
What is the easiest way to move specific entities along with all their relations (relations inside and to outside of the module that belong to those enties) to another module without getting thousands of errors? I am trying to decrease the number of entities in a specific module as too many entities are there now in that module.
asked
2 answers
4

If you move entities to another module data will NOT get lost. The table is renamed.

 

Right-click on an entity in the domain model: "move to" will do the job.

answered
3
  • You can move an entity via the move to function in the domain model. (right-click on entity and select move to).
  • The data in the entity and association will be moved as well
  • You have to reselect your access rules per module role for this entity

 

 

answered