3 Antworten
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.