Looking at the Company1 record, the related list for Teams properly shows that Team1 is associated with the Company1 account.
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 件の回答
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