We want to implement a simple hierarchy of clients and accounts. Accounts will have only one parent client (normal functionality), but we want to add parent clients to clients in order to create a hierarchy:
Client 1----------Act 5 / \ Client 2 Client 3 / \ / \ Act1 Act2 Act3 Act 4
We want the “minimized” information to be displayed on standard screens, that is, when viewing client 2, to see the contacts and other related data from Law 1 and Law 2. When viewing client 1, we want to see all contacts from all objects in the diagram above.
I think there should be a “right” way to do this using the framework. What is the correct way to implement it?
thanks
Ryan
source share