When you create a BO instance with a multiple reference attribute only one one of the instances is inserted into the BO instance.
- If I do this in a process and BO2.ref has multiple occurrences only one is inserted into BO1.ref.
Create BO1 with Bo1.ref=BO2.ref
- If I do this all are attached.
Create BO1
BO1.ref=BO2.ref
Not sure if this is a bug or it is how it is meant to work.
Cheers Rod
V5.8