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
Tony BurnsTony Burns 

VisualForce Page as Custom Console Component is not visible

I am attempting to add a VisualForce page as a component to the Right Sidebar in the Custom Console Components for a Person Account layout. My VF Page simply has the following:


<apex:page standardController="Account">
    <apex:includeScript value="/support/console/20.0/integration.js"/>
    <p>[PLACEHOLDER] All tasks and activities for person account and opportunities</p>
</apex:page>

There is also a related list of the Person Account's Opportunities in the same sidebar above the VF Page (which renders correctly).

I've verified that the VF Page is accessible by the System Administrator user that I'm logged in as. 
Karamala DamodarKaramala Damodar
Hello tony
1.first remove standar sidebar in ur detailed page path setup->customize->userinterphase->click Show Custom Sidebar Components on All Pages and the save.u can adjest according to u
2.in salesforce1 we can do what u asked but here not possiable
but i think we can do create one visualforce page with in another page but i dont exactly
Tony BurnsTony Burns
I followed the above and enabled Show Custom Sidebar Components on All Pages but unfortunately the VisualForce page is still not showing up in the sidebar.