Home SALESFORCE How to Show the VisualForce Page on Salesforce Sidebar

How to Show the VisualForce Page on Salesforce Sidebar

Placing a visualforce page on sidebar is really simple.
1) Create a visualforce page.
2) Create a custom  HTML homepage component. using Below Path.
Path: Setup ->App Setup -> Customize -> Home -> Home Page Components -> HTML AREA -> Narrow (Left Column),
3) Click the Show HTML Check box and Place the following code in the HTML area.
[html]

[/html]
replace [VF PAGE NAME] your custom page name.
4) Finally, Place it on the left side of home page layout.
HomePageComponent

You may also like

Leave a Comment