Activity Forums Salesforce® Discussions Is it possible to export all attachments for a specific object like cases in salesforce?

  • Piyush

    Member
    November 20, 2019 at 1:17 pm

    Hi,

    You can use the following query for this:-

    SELECT Id, Name, ParentId, Parent.Type FROM Attachment where Parent.Type = 'Case'
    

     

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos