I have a child BO that needs to have many parent relationships. I know one child BO can only have one parent BO so I thought the solution was to subclass the child and set the ParentRelationship for each one. However, when I open the subclassed child BO in the designer, the ParentRelationship option is not visible in the Properties window. However, it is visible for the original child BO that is subclassed to MicroFour.StrataFrame.Business.BusinessLayer.
The strange thing is other SF properties (such as IncludeInFormSave) are visible in the subclassed BOs.
Have I missed something?
Thanks in advance,
Aaron