I am trying to create a relationship between Account, Case and a custom entity (subscription). So, these relationships already exist:
- 1:N Account:Case
- 1:N Account:Subscription
Is there a way to create a N:N that could show on a Case all Subscriptions related to the Account listed as the Customer on the Case?
*This post is locked for comments