Hi Benno, Because it is 1:N relationship So this there is a possibility that the record already associated with another parent record, that's why you got this error. You need N:N instead, which this is not possible. Probably you can create your own manual intersect table to accommodate this. Thanks
↧