Is there any way to give access to Attachment object in Salesforce. We have an application that takes back up or Org's data but it is not taking the back up of Attachment object. The profile of the API user has read on all the objects, we cannot give Modify All due to obvious reasons, but Read permission on all the object is provided. Is there any other settings to give permission to attachment object so that the api user can access all the attachment and take their back up also?
@* Salesforce Administrators * @Salesforce Developer Catalyst Program
Hi Akash,
Access to attachments and files is based on access to the records to which they are related. Are you sure that the problem is data access, rather than the app being misconfigured or not at all able to handle files? Backing up files is a whole different animal to backing up data.