You need to sign in to do that
Don't have an account?
Chidanand Magadum 24
How to add Custom vf page as related list in standard object
Hi folks,
Could you plz tell me how to add custom vf page as a related list in standard object?
Could you plz tell me how to add custom vf page as a related list in standard object?
You cannot add VF pages as related list within Salesforce.
They can be part of your page layout. You can update the page layout and select the Visual force page options and select the Vf page you want to display on the page.
Regards,
Prakash B
<apex:relatedList list="ProcessSteps" id="ordApprovalHistory"/>
Thanks
Sid