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
SteveMouSteveMou 

Custom Visualforce Opportunity Home Page

Does anyone have a simple Visualforce page that I can use instead of the standard Opportunity Home page? I want it to look just like the standard Opportunity home page with the Recent Opportunities section and the ability to create views.

 

The reason I am wanting to override the Standard Opportunities tab and replace the existing Opportunities home page is so that I can add several custom detail buttons to the page.

sekharasekhara

Hi,

Standard Opportunity Page Lay out :

 

  • For Every line ,   

          <Table>

           <tr>

             

<td></td>

<td></td>

<td> Empty Cell </td>

<td></td>

<td></td>

 

</tr>

          </Table>

  • Recent Opportunities : 

   For this u need to write custom ctrl and u can place in same page r diff page