self association

0
I have two sets of employees, A: Managers B: Developers. Certain number of employees are associated with one manager. I want to store and manage the data of both these set of employees using only one entity. How can I achieve that? I have one solution, by using self association but I’m not really sure how to implement it.  Can anyone please help.
asked
1 answers
1

Pratiksha,

This documentation describes how to do this:  https://docs.mendix.com/refguide/query-over/

 

Also, I’ve created a video about this topic here:  https://youtu.be/5tznw5ZUQgk

Hope that helps,

Mike

answered