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
As I would like to store all my code in MyBaseBO, I would have thought I needed to map it to the DDT to have access to the field names, etc.
It works when MyBaseBO is NOT mapped in the BO Mapper and MyInheritedBO is mapped.
No big deal in the end Thanks for the help.