function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bryn JonesBryn Jones 

Custom Object Related List

I have created a custom object called trips...

This is for our sales guys for when they do a day trip.

What I am having trouble with is that I want to have multiple contacts assigned to the trip, and then contacts assinged to multiple trips.

I can create the related list through setup>customize>contacts>feilds>new feild>lookup and then add the contact to the trip throught the feild on the contact page. But that means that the contact is only related to one trip...

Is there a way to do what i want to do?

Bryn
Subhash GarhwalSubhash Garhwal
Hi Bryn,
You need to create Lookup fields on both objects.
lookup(contact) on trip object and lookup(trip) on contact object.

Thanks 
Bryn JonesBryn Jones
I have done that but the contact realted list on the trip object just shows new....i want to have multiple contacts to one trip and contacts applied to multiple trips...

Bryn