You need to sign in to do that
Don't have an account?

Remove 'Attach File' button Notes & Attachment related list
Hi All,
I don't want to remove the Notes & Attachments related list. I just want to remove the "Attach File" button in Page Layouts.
You need to sign in to do that
Don't have an account?
Hi All,
I don't want to remove the Notes & Attachments related list. I just want to remove the "Attach File" button in Page Layouts.
Hi Udayar,
The Notes & Attachments related list is a standard list which is not customizable therefore you would not be able to remove the button.
However, would apprectiate if you could explain your use case and post this requirement as an Idea on our IdeaExchange:
https://success.salesforce.com/ideaSearch
This would help others to promote your IDEA if they are trying to implement something similar.
HI Udayar,
Notes n Attachment releted list r not customizable.
You can use vf page in your page layout for that:
Following link will be help 4 u:
http://salesforceapexcodecorner.blogspot.in/2012/02/remove-attachment-button-from.html
http://salesforce.stackexchange.com/questions/3612/hiding-new-note-button
http://boards.developerforce.com/t5/General-Development/Remove-Attach-File-button-on-Note-amp-Attachment-Related-Link/td-p/120816
thanks for reply already i tried this link but i can't solve my issues
You can only hide Notes and attachments related list , But Attach Button is not deletable.
<apex:relatedList subject="{!$CurrentPage.parameters.id}" list="CombinedAttachments" >
<apex:facet name="header"><table><tr><td class="pbTitle"><h3>Notes and Attachments</h3></td></tr></table></apex:facet>
</apex:relatedList>