We have 2 custom entities called Email Events and URL Link Types, each with a field called Link. Email Events is from our marketing automation solution and tracks the links that a contact clicks when they open an email. URL Link Types is from a plugin that we had created to manipulate Opportunities based on the link clicks that show up in Email Events. The plugin has an additional field called Link Type that identifies what each link is (call to action, web site home page, document download, etc.). So, the question is, is it possible to create a relationship between the entities based on the Link so that we can create a View of Email Events that identifies the Link Type with each record? It's easy to achieve in SQL, but I can't figure out how to join the data on Link in the 2 entities and display the related field from URL Link Types with the details of Email Events. Thanks for any advice!
*This post is locked for comments