How do I create an association between two records in the same entity?

1
From Matthijs Blog post (http://blog.mattymat.com/2016/03/25/pointing-arrows/ ... thank you!), I have learned, that you can have associations within entities. That is, if you have an entity "Product", the products in this entity can have associations to each other. This concept is new to me. I would like to learn more about it and would appreciate pointers to good resources. The key question is: How do I create an association between two records in the same entity? Many thx
asked
1 answers
4

Creating a self reference is easy. Double click the entity, goto the tab Associations and click new and just select the same entity. And if you want to find more about self-reference this part of the documentation is handy: https://world.mendix.com/display/tips/Querying%20over%20self-references

Regards,

Ronald

answered