I have a BO (BO1) with child attributes (CH1). I am then creating a different BO (BO2) and I would like to import the child attribute from an existing the BO1 to this new BO2. Is this even possible?
Its like as follows:
Quote (BO1)
Items (child of both BO1 and BO2)
Invoice (BO2)
So when I create a new Invoice, I would like to PICK from existing Quote, and then INSERT or DUPLICATE the Items from the selected Quote to this new Invoice.
Any pointers is greatly appreciated