You need to sign in to do that
Don't have an account?
Chetna Agrawal
action you performed was invalid for your session
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.
https://help.salesforce.com/apex/HTViewSolution?id=000220231&language=en_US (https://help.salesforce.com/apex/HTViewSolution?id=000220231&language=en_US)
still i am getting same error.
Also it could be a proxy issue. Check your proxy settings or ask your IT Admin Team to do so.
Another thread on the web mentions this as the steps:
1. Disabled the internal proxy server through which our web traffic is routed. The selection was Automatically Detect Settings
2. Cleared the cookies and temp files
3. Logged out from SFDC and then logged in again
1.Notes should be Enabled
2.Notes related list add to Pagelayout
by doing these steps you can resolve problem.Good luck.
these things were done.
notes are showing properly, but after click on new note button is is showing this error.
I hope you enabled Chatter also.If not enable it and let me know wherther its working or not.
Our Network Support team were making changes/testing our Proxy Servers (applying a new security policy) and they accidently enabled SSL Encryption on just one proxy server. So, our users would see intermitent errors depending on which proxy server their computer connected to. Once the switch was disabled on that server, the intermittent errors went away.
Also, the SSL decryption feature is not always enabled in proxies. In our case it was part of a pilot test. So it may not be applicable to all companies... if your Network Support team is doing some type of SSL manipulation in your proxy devices, it may cause this issue.
Jess
Did you find any solution.We are also facing the same issue.Can you please let us know the work around for this.
Thanks.....!!!!