You need to sign in to do that
Don't have an account?

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.
Hi,
Standard Opportunity Page Lay out :
<Table>
<tr>
<td></td>
<td></td>
<td> Empty Cell </td>
<td></td>
<td></td>
</tr>
</Table>
For this u need to write custom ctrl and u can place in same page r diff page