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
B
Bharat Joshi
said
7 months ago
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
B
Bharat Joshi
said
7 months ago
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.
Mahesh. bramhadande
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 ?
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.
Bharat Joshi
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.
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics