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
krish99krish99 

insert visualforce page in sidebar

 

HI,

 

 

I have a visualforce page i want to insert that visualforce page below recent items,

of the left side how can i insert my page..

Satish_SFDCSatish_SFDC

This is possible by creating a custom Home Page component .

Goto Setup> Home > Home Page Components.

Scroll down and click 'New' in the Custom components section.

Give a name for the component and make sure you select the 'HTML Area' drop down.

In the next page select 'Narrow (Left) column' and also check the box which says 'Show HTML'

In the HTML area box type the following.

&lt;iframe src="/apex/<Your VF Page Name>" width="100%" height="200">&lt;/iframe&gt;

Save it and then add this component to your side bar by editing the Home Page Layout.
Setup > Home > Home Page Layout.

Edit your default home page layout and Select your component which you just created.



Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.

Geetha saiGeetha sai
Hi,

Instead of home page components,dont we have custom Page for adding Visualforce in left sidebar.

Regards,
Geetha Sai