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
nagalakshminagalakshmi 

partner related list through <ape:relatedlist> tag

Hi,

 

Hi How can i use the list name for displaying the patner related list. If custom object, i used customobj__r as list. For partners i am getting error. How can use the name for list in below tag. Please help me..

<apex:relatedList list="Partners"/>

 

Thanks,

Lakshmi

Best Answer chosen by Admin (Salesforce Developers) 
nagalakshminagalakshmi

Hi,

 

I found the solution for this.

 

<apex:relatedList list="AccountPartnersFrom"/>

 

Thanks