Thursday, February 9, 2012

Placing a visualforce page on sidebar

Placing a visualforce page on sidebar is really simple.
1) Create a visualforce page.
2) Create a custom  HTML homepage component. Place the following code in the HTML area.

<iframe src="/apex/[VF PAGE NAME]" width="100%" frameborder="0" height="100"></iframe>

replace [VF PAGE NAME] your custom page name.
3)Place it on the left side of home page layout.

No comments:

Post a Comment