Question
Sopra Steria
NL
Last activity: 6 Jan 2022 4:46 EST
Data object with same id and different class shown once in App Studio
I have data model where the same data object is in different classes due to purpose and reuse / specialization of properties. I have the following structure. Data-Person, Data-X-Person, Data-Y-Person.
Because the data object is Person Pega created Rule-DataObject for the Person data object. However it only creates it once and not 3 times for each class. As a consequence of this action the last data object created, this class is stored in the Rule-DataObject.
This is not a problem when working in Dev Studio as you will see all 3 Data Objects in the Data Explorer. But in App Studio only one Data Object (the last one created) is shown not all 3.
I can create each data object with a specific name to solve this but that defeats the purpose of my data model. How can I ensure all 3 data objects are shown in App Studio?