Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Ah, there are two properties: ParentBusinessObject and ParentRelationship. The ParentRelationship is configured at the class level through the component designer. Once you have set the ParentRelationshp property, you go to the individual instance of the child business object you want to set the parent on, and there, you set the ParentBusinessObject. The two properties work closely together, one to define the relationship, one to set the actual instance that is the parent.
|