Mapping the records from one entity to another

0
Hi Team  How to map 252 records from one entity Product to another entity Catalogue which contains 1200 records. The relation is one to many relationship - One Product can be associated to many catalogues.  After each product from 1 - 252 will be mapped to the 252 catalogues then again it should start from 1 and map with each record in the other group of 252 catalogues.
asked
1 answers
0

Hello Divya SharmaDivya,

 

Do I understand it right that a product occurs in multiple catalogues and a catalogues has multiple different products.

 

If so you can make use of couple entity. You can call it for exmale ProductCatalogus

And on this you connect many to one to product and many to one to catalogue. 

 

You can see an example of this into the following learning path :

 

https://academy.mendix.com/link/modules/82/lectures/530/4.2-The-Domain-Model

 

Hope this helps,

 

Good luck

 

answered