Hello,
I have to display all the related records for an entity on its form when it is opened up. For example I have multiple Sites in an entity called Sites. It has records containing site names, lets say Site A , Site B, Site C. There are various equipment types each equipment type is its own entity. The entities are related to the sites on a 1:N relationship . the 1 being the site and the N being the equipment. So For example we have tractors, trucks and boats. I am trying to make it such that when i open up Site A, in the form , we can see all of the different related entries for it. so it should show all the tractors, trucks and boats at that site. and if I open up site B, it should show the corresponding items in there. Can someone point me how i could set my forms up to do this?
Thanks
*This post is locked for comments