Hi,
There are 3 tables :
• Customer
• Company
• Manufacturer
Customer can have multiple Company
Customer can have multiple Manufacturer
Manufacturer can have multiple Customer
Manufacturer can have multiple Company
Company can have multiple Manufacturer
Company can have multiple Customer
All relations are Peer / multiple allowed
Checkbox Widgets are used so the user can easily define relations.
But entering data in one screen, data is lost in other tables.
Records are simply deleted in other tables.
For instance : entering Customer-Manufactur relations will delete data in Customer-Company..
Is it a known issue / bug ?
Or do I have to store the relations in tables like CustomerCompany, ManufacturerCustomer etc.. ?
= Jannes