I have custom object lets call it as items.
- Items may or maynot have cases associated with it. There can be more than one case associated to an item.
- All cases may or maynot have items associated with it.
I need to show on the cases object related lists to show all items related to that case and in the items object show all cases associated to this item.
How would i have to set the relationship between these objects
Thanks