Is it possible to define an entity in one model and refer to it from another?
For example, separate models for PERSON, EMPLOYEE and LOCATION where EMPLOYEE refers to PERSON and LOCATION.
Best Answer
C
Cédric BLANC
said
about 2 years 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
Cédric BLANC
said
about 2 years 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.
Cédric BLANC
Is it possible to define an entity in one model and refer to it from another?
For example, separate models for PERSON, EMPLOYEE and LOCATION where EMPLOYEE refers to PERSON and LOCATION.
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.
Cédric BLANC
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