Hi,
I'm new in Core data.
What I want to achive is have to entities - Documents and Sales.
Sales should have: price, productname, qty
Documents should have: date, documentkind, number etc.
What I want is create a relationship between them, because every document will have one or more sales, these are going to be the product items.
I know how to achive this when I bind one to one, but when Documents should have more than one Sales....?
Is this the right aproach?