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
raj161raj161 

Account Related List on Contact page layout

Hi,

I have a requirement of a contact linking to more than one account. This can be acheived by AccountContactRoles. But the AccountContactRoles can be displayed only on Account Object but not on Contact object layout.

 

Is there any way we can display the list of accounts that's related to contact on the contact's page layout?

 

 

Thanks in advance

 

Raj

yudhvirmoryudhvirmor

VF page is the only way I am aware of ..

SurekaSureka

Hi,

 

You can create Inline visual force page and add the page to the Contact page layout. Then through the Controller of the Visual force page, you can display all the associated Accounts.

 

Hope this helps.

 

Thanks

 

raj161raj161

Thanks for your answers.

I am looking for some standard functionality. I think VF pages is the only option here.

 

Thanks

 

Raj