• Tony Burns
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
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. 
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.