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
nabil711nabil711 

related list in visual force page

Hi

 

I have a related list called "Membre de famille" in account and i have to display it in a visual force page

 

thanks

HariDineshHariDinesh

Hi,

This can be achieved with simple VFP code.

 

<apex:page standardController="Account" >
<apex:detail relatedList="true"/>
</apex:page>

 This is the sample code to show the related list as you required.

Here pass the ID of the account to URL of which you need to show the related list.

 

 

azzuazzu

plz give example for relatedlist with navigation.