Linking 2 Collections

Hi All

I have 2 collections, customer and customer_contact. For each customer there can be ‘n’ number of contacts. Customer_Id in the customer table is set to primary key. Based on the primary key I have to link the Customer and Customer_Contact data sets and display the data on a table. Please help.

Thanks
Satheesh

Hi,
Sounds like reference fields are the solution for you:

Let me know how it goes,
Good luck!