Activity Forums Salesforce® Discussions how to access the file uploaded to the feed of case?

  • Shubham

    Member
    July 21, 2017 at 10:54 am

    hello Saloni

    Use the Following Query

    Select id from ContentDocument

    It give you id of all file,If u want to access the title of particular file Then Use

    Select id,title from ContentDocument where id='Record Id'

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos