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
JuncalgaryJuncalgary 

How can i call my visualforce page from the Account lay out page?

Hi,

 

 

As s-control going to be taken over by visualforce pages, i tried to build some pages instead of s-controls. After had one listed there, how can i call my new page from the Account laying out page, as we do with the s-controls before?

There are "Fields" "S-controls" "Buttons"...., but has no a tag i can see my Page.

 

Please give me some hint?! thanks.

gv007gv007
You  can an Visuval  force page in account page layout using buttons another one is calling it in page layout secion.watch the video or documentation.
JuncalgaryJuncalgary
Super. thanks gv007.
sfdcfoxsfdcfox

Add the standardController attribute to your page, and you can then add the Visualforce page to the layout, or even override the default view. For example, standardController="Account" allows that page to appear on an account layout.