• Jess Chacon
  • NEWBIE
  • 5 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I am overriding view page of lead, on which i am showing notes related list and new note button.
<apex:page standardController="Lead">
    <apex:pageBlock >
                           {!Lead.name}
    </apex:pageBlock>

   <apex:relatedList list="AttachedContentNotes"/>

</apex:page>
after clicking on new note button i am getting this error.
 

Is there a way to have the "Show/Hide Feed" at the top of every page be closed instead of open?  The information is fine but I only want to show it if the user wants it and clicks Show Feed.  

 

Thanks

  • March 05, 2013
  • Like
  • 0