• khadhar shajahan
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I have a custom object (MyChild) that is a child of Account.  I'm building a custom Visualforce replacement for the detail view of MyChild.   I'm using the standard controller for MyChild.  I'd like to display a table on the top of the page dcontaining the list of Contact records associated with the parent Account.  I can make this work with a seperate Visualforce page iframed in as an sControl.  But I don't want to do that.  Does anyone have a pattern component or extension to pass a list of child records of another type back like this?