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
Jean-LucJean-Luc 

Relationships between Opportunities

Hello,

For the project I'm working on, I need to be able to link one opportunity to one or more others.

 

But when the link is made in one direction, it has to be done in the other.

If A is linked to B, B is automatically linked to A.

 

Looks trivial but your help is welcome!

Thks & Rgds

p vrp vr

try junction object

AroraAnupAroraAnup

Looks like you want a many-to-many relationship between Opportunities. You would probably need to explore a Junction object, which will act like a connector object, to allow one opportunity to be related to one or more opportunities.

Hope this helps!

Sagar PareekSagar Pareek

Hi Luca,

 

This is the case of many to many relationship , please try making use of a junction object.