Hello everyone,
I have an entity called Supplier that has a relationship with the Control entity. There is a relationship between Supplier and Control, where a Supplier has N Controls, so far so good ....
But inside the Control I also have a relationship with Account, where an Account has N Controls.
When I create the Control I do it from a Vendor and fill in the Account.
In other words, each Supplier has N Controls, and each Control has a linked Account.
But how do I make the Controls appear in the Accounts?
Each account can only view your Controls .. How to do this?
*This post is locked for comments