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

How can I hide the Attach File button from Notes & Attachments related list?
I'am creating a custom button named "attach file" on the contact detail page i want to hide the "attach File" button from the "Notes and Attachments" section in he related list
Quesn:How can I hide the Attach File button from Notes & Attachments related list?
Please help me out with this issue
Quesn:How can I hide the Attach File button from Notes & Attachments related list?
Please help me out with this issue
we can't hide that attach file in notes and attachments,
but we can overcome this problem with visualforce page.
Thanks,
Jagan
jagan.srit@gmail.com
Sonal naik,
you can,but thats not the best practice,because sf html may change without any notice.
create an component add that component to layout or detail page.
in the component write a JS to hide that button.
Thanks
Naveen
Go through this link for the solution:-
http://salesforce.stackexchange.com/questions/13446/how-can-i-hide-the-attach-file-button-from-notes-attachments-related-list
But its not the best practice.
Thanks
Anil.B
Override the contact detail page with a VF. Here is one sample. You may need to customize it based on your specific requirement.