Question
Lanit
RU
Last activity: 18 Aug 2016 9:46 EDT
How to extract properties from child classes?
Hello everyone.
I have a problem working with BIX.
Let's take a look at such situation:
- there is a class Participant, which has some properties in data model
- class Participant has child classes Participant-Com, Participant-Person which also have some different properties in their data model
- there is a work-class that includes page-list ParticipantList of class Participant
I've created an Extract rule in work-class and want to extract property that only Participant-Com has (only defined in child class). When I edit properties tree in Extract rule there are only properties for class that this page-list ParticipantList defined.
The question is: how to extract these properties that are defined only in child classes?