Skip to main content
is it possible to stop my custome user profiles deleting from the notes and attachments section in the opportunitys tab. i have changed the permissoins for the page so they cant delete but the option is still there, it may be somthing simple but i am new to using sfdc can any one help thanks
3 Antworten
  1. 24. Aug. 2010, 12:35
    You cannot stop a user from deleting an attachment they are owner of. The only possible way is to re-write the Notes and Attachments in Visualforce and Apex that would not include the Delete action.  Here is a little snippet from the Help & Training section:

     

    • To delete a note or attachment, you must be the owner of the note or attachment or an administrator with the “Modify all Data” permission.
    • Notes and attachments marked as private via the Private checkbox are accessible only to the owner and administrators. For administrators to view private notes and attachments, they need the “View All Data” permission; to edit or delete them, they need the “Modify All Data” permission.
0/9000