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
mentulamentula 

Inline visual force Page need to display on Edit page Layout

Hi Folks,

 

 

I Created Visual force Page and add to to Page Layout but it is displaying on Detailed page not Edit page layout  But I  need to display on Edit Page Layout , How can i do this 

 

Any one help me resolve this 

 

Thanks in advance..

Sri549Sri549

Solution : Override the Edit page

sandeep@Salesforcesandeep@Salesforce

In order to do this you need to override you edit page. You can Override a edit page by VF page as below: 

You need to override Edit button this option is given on Object Schema. so whenever you click on Edit Page you wil be redirected to VF page.