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
nishanth0208nishanth0208 

how to place account teams as related list?

Hi,

In the page i am currently working for, i need Account Teams to be placed as related list. I dont need any other related list.

In order to achieve this, i tried 

<apex:relatedlist list="Accountteams"/>

But its throwing me an error:

'Accountteams' is not a valid child relationship name for entity Account.

 

Please suggest me, how to acheive this?

 

Thanks In Advance,

Nishanth.

Best Answer chosen by Admin (Salesforce Developers) 
nishanth0208nishanth0208

try this.

<apex:relatedList list="AccountTeamMembers" />