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
anirbasdevanirbasdev 

integrate visualforce page

can i integrate a visualforce page on a related list?
Best Answer chosen by anirbasdev
Khan AnasKhan Anas (Salesforce Developers) 
Hi,

Greetings to you!

You can’t add Visualforce page in the standard related List. You can add Related List to Visualforce Page, but you cannot add Visualforce Page to Related List.

Related Lists are records that are related to the current record. A Visualforce page can be inserted into the record page layout, but it will be in a page section, not in the related list section. In Lightning, you can add a tab to the Lightning Record page and add the Visualforce component to that tab.

Please refer to the below links:

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_relatedList.htm

https://salesforce.stackexchange.com/questions/12149/how-to-add-related-list-in-vf-page

https://www.mstsolutions.com/technical/custom-related-list-using-visualforce-and-apex/

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas