• Aaqib Farooq
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Here's the scenario:
I created a custom object and added some fields to it and put this custom object into the Account layout. So now the Accounts page has a custom related list on it.
I want to display this custom related list on a visualforce page using <apex:relatedList list="###how do i reference the custom related list###"/>
I am using the Account standardController. My question is: how do i reference this custom related list so that I can display it on my visualforce page?
Thanks.
Here's the scenario:
I created a custom object and added some fields to it and put this custom object into the Account layout. So now the Accounts page has a custom related list on it.
I want to display this custom related list on a visualforce page using <apex:relatedList list="###how do i reference the custom related list###"/>
I am using the Account standardController. My question is: how do i reference this custom related list so that I can display it on my visualforce page?
Thanks.