Skip to main content

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 respuestas
  1. 4 mar 2016, 09:41
    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.....!!!!
0/9000