Skip to main content
I have Teams object which has three separate lookup fields linked to Account (i.e. we have teams that might support 1 to 3 Accounts in their project). 

 

Related list in Accounts not showing all appropriate data

 

Looking at the Company1 record, the related list for Teams properly shows that Team1 is associated with the Company1 account. 

 

User-added image

 

However, when I pull up the Company2 and Company3 records, the related list is empty. How can I get this related list to recognize all of the Placement Organization 1/2/3 fields? Bonus points if you can suggest a better structure that would allow N number of placement organizations without having to add additional fields. 

 

Thanks!

 

Kevin

 

 
2 件の回答
  1. 2017年11月29日 23:55
    You can't.  Each Lookup(Account) field creates its own related list on Account. A better way to solve this is using a junction object -- which would be a child object of your custom object and a child object of Account. That way, each parent object, has a single related list of all the "Accounts" (on the custom object) and "teams" (on the Account object).  https://help.salesforce.com/articleView?id=relationships_manytomany.htm&type=0
0/9000