Hi, if you can make a Product a kind of Component (via inheritance) that works quite nicely in Isis, then a Product is composed of a list of Components (some being other Products) and Isis will display each them as their true type (either a Product or a Component).
On Thu, Mar 2, 2017 at 7:21 AM, L Eder <eder200...@gmail.com> wrote: > Hi members: > > I have two entities - Product, Component. > > A product is made of a list of components, each one with its > respective quantities. > At the same time a same component is use in different products. > > It is sort of a bill of materials, but as a simple, one-level. > > Anyone could suggest a way to implement such an association in Isis? > > Thanks in advance, Eder >