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
AshishGargAshishGarg 

How to create related list relationship between two objects

Hi,

 

I have two objects one standard and another custom. I have to create a related list relationship between two objects. I have tried using Junction objects and using Lookup fields onto the page. But nothing seems working. Please help me how can i achieve that.

 

Thanks

MandyKoolMandyKool

Hi,

 

From your description it seems that you are not able to see the "Related List" on the Page Layout.

 

Suppose you have Object "Master" and another object "Slave" and in the "Slave" object you have a lookup field(looking up to Master). Then automatically below "Master" object record you will be able to see the "Slave" records.

 

If "Slaves" related list is not showing on the "Master" record then go to "Edit Layout" -->Related Lists  and then drag the "Slaves" related list below the "Master" record.

 

Now you will be able to see the "Related List" of the slaves records below the Master records.

Hope this will work.

 

Thanks,

Mandar.