
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.
9 answers
Hi Chetna,Did you find any solution.We are also facing the same issue.Can you please let us know the work around for this.Thanks.....!!!!