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
Shrew DesignsShrew Designs 

referencing a second Visualforce page from a custom page

So let's say that I wanted to load a page on a Standard object like Accounts. I could create the visualforce page with Account as the Controller and drag it onto the Account page.  How can I do this with a custom edit page?  I am trying to get a pop-up to display if a certain condition is met, but can't seem to figure out how this would work.

TheSwamiTheSwami

You want to add a Visualforce page inline on an edit page?

 

The supported method is to create a new Visualforce page and then override the Edit button to use the Visualforce page.  It requires more work than just dropping a VF page on to the page layout, but you can customize it however you want.