Friday, 10 April 2015

How to add related list in visualforce page

Related List should be added outside the form tag

Where list name is the child relation ship name  and subject is the ID of master object.


  <apex:relatedList list="Offers__r" subject="{!OldDeal.Id}"/>

No comments:

Post a Comment