I have an Object called Deals...for my company's Deals. It is connected in a one-to-many fashion to a Notes Object (multiple notes per deal) as well as to Activities Object and Contacts Objects in the same fashion.
I have a table for my Deals and want to insert a link in this table to all the Notes associated with that Deal. In the same way I need to have a link to Contacts and Activities associated with the Deal.
I can't figure out a way to do this. I can easily add a separate table of Notes and Contacts and Activities on the same page view...but I would like to make the whole process smoother with using links.
Anyone know how I can do this?