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
NQDNQD 

VISUALFORCE PAGE WITH STANDARD PAGE LAYOUTS

Hello guys.I made a VisualForce page. How do I add this page to standart page Layouts (Account).

I found this link - http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/
But I do not see item menu - VisualForce pages.


Thanks to all



 
Best Answer chosen by NQD
Joe StolzJoe Stolz
Hello,

I believe you have to use the standard Account controller.

Here's a reference for this:
https://help.salesforce.com/apex/HTViewSolution?id=000005105&language=en_US

All Answers

Joe StolzJoe Stolz
Hello,

I believe you have to use the standard Account controller.

Here's a reference for this:
https://help.salesforce.com/apex/HTViewSolution?id=000005105&language=en_US
This was selected as the best answer
RadnipRadnip
Yes correct you have to use the standard controller of the object you want the visualforce page to appear on. So for the account page layout it would be using the account standard controller in the visualforce page.