Linking entities of a particular employee

0
I have creted an entity where i am taking in the general details of an employee. Another entity is used to take up the education background details of that employee.Both of the entities takes input from different forms that the employee fill up one after another.    My question is that how do I link both the entities together in the correct manner,like the general details should be linked to the education background details of the same employee and not randomly in case of many employees.How will i be able to display all these details of both the entities of a particular employee together at the end ?  
asked
1 answers
0

Hi Abdur,

You will need only an 1-1 Assocation between the Entities.

One Employee Object have one EmployeeEducate Object.

 

Hope this Helps,

https://docs.mendix.com/refguide/associations/

answered