• Nathan Bennett 2
  • NEWBIE
  • 5 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi All,
Below is my code of VF page that i am rendering from another page via link :
Visualforce Page: Hierarchy_Clone 

<apex:page standardController="Account" showHeader="true" sideBar="true">
<apex:form > <c:HierarchyTree currId="{!Account.id}" />
</apex:form>
</apex:page>

But i am not getting a desire page because its not opning with sidebar and header.please suggest how to solve this issue.