alix-o
6/18/2013 - 1:38 AM

Display a related list on a Visualforce page that is using a custom controller. This grabs the record ID from the URL to display the specifi

Display a related list on a Visualforce page that is using a custom controller. This grabs the record ID from the URL to display the specified related list.

<apex:relatedList subject="{!$CurrentPage.parameters.Id}" list="Investments__r" />