Start a new topic
Answered

How do I copy entities across models

Is there any way to copy entities created in one model to copy into other model to save  efforts on rebuilding them.

We have created multiple entities in our model but we also want to try another design approach, thus need few entities to be created in other model. If we copy entire model, metadata for all the entities will be created in database. Is there any way we can create new model and copy few entities ?



Best Answer

It is currently not possible to share or copy an entity from one model to another model.

The solution would be to put the entities together into a single model but then to create multiple applications.

For instance, you can have one application for Person, which only exposes the elements associated with the  Person entity and then a separate application for Employee which can expose both Employee elements and any related Person elements.

1 Comment

Answer

It is currently not possible to share or copy an entity from one model to another model.

The solution would be to put the entities together into a single model but then to create multiple applications.

For instance, you can have one application for Person, which only exposes the elements associated with the  Person entity and then a separate application for Employee which can expose both Employee elements and any related Person elements.

Login to post a comment