The manufacturer is desribed in the Product entity. The only other relationship to a product that I can think of is the supplier and that is desribed in the SupplierProduct entity. Having a product manager, again is probably managed easiest by putting the product into a productCategory and managing the productCategoryRoles on that. Outside of those relationships, can you think of another that would have to do with a product?
--- Adrian Crum <[EMAIL PROTECTED]> wrote: > I had suggested some time ago a ProductRelationship > entity - where a product can > be related to a party, such as a manufacturer. Would > something like that meet > your needs? > > > Al Byers wrote: > > I think I have a need for a ProductRole that > mirrors the ContentRole > > entity. I want to associate a manager with a > product. Is there another > > way to do this? If not, should I just create such > an entity for this > > custom use or should it be something to propose > for general use? > > > > -Al > > >
