You need to sign in to do that
Don't have an account?

I have a contact related to 3 accounts, how do I see easily which accounts they are related to?
I recently started using related contacts and I have been setting up contacts that related to multiple accounts, but I want to easily be able to see a list of the accounts they are related to. Ideally I would love to click on the contact name and have them listed on the contact card or something similar.
On contact page layout, add the Related Account List as a Related List. Then you can able to see the related accounts for that contact.
Thanks,
SEKAR RAJ
All Answers
Go to the list view and sort based on the Account name you can able see or write the lightning component to see from the contact
You need to create a custom component to see the list of accounts related to ..
On contact page layout, add the Related Account List as a Related List. Then you can able to see the related accounts for that contact.
Thanks,
SEKAR RAJ
If you are going for a custom solution, Create a lightning component where use the hasRecordId interface to get the current contact id from the URL hack.
Then based on the contact Id, You can display all the related account details on the lightning data table and add created lightning component in the contact page.
This solution also solves your issue.
Thanks,
SEKAR RAJ