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
Shirley MaglioShirley Maglio 

Is there a way to add Visualforce as a section on the standard Quote Edit page?

Hi,

Is there a way to add Visualforce as a section on the standard Quote Edit page?

Or must I override the entire standard Quote Edit page with a new Visualforce page?

~Shirley
Ramu_SFDCRamu_SFDC
You can clone the standard quote page and add the visualforce component to it as explained below

http://help.salesforce.com/apex/HTViewSolution?id=000005105&language=en_US

https://developer.salesforce.com/blogs/systems-integrator/2008/11/adding-a-visualforce-page-to-a-page-layout.html
Sonam_SFDCSonam_SFDC
Hi,

One cannot add a visualforce section on the Edit page of a standard page layout..you will have to override the entire standard Quote Edit page with a new Visualforce page.