Attributes relationships

0
Hello to  everyone I have a question regarding an attributes, how Can I create a relationship between attributes in different Entities with the same ID_Number,for instance ClientID in ‘Cars entity’ that has relationship with ClientID  in ‘Orders Entity’  and if I update   ClientsID in ‘Car Entity’ it’s gonna be automatically updated in other  ‘Orders entity’???? Thank you
asked
2 answers
2

Hi Bilolijon, 

The way you expect database to work is a traditional method having relationship between entities. Here, In mendix we have associations to take care of all those. Have a look at https://docs.mendix.com/refguide/associations .

answered
0

Thank you

answered