• saran siva
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I need to get the file whcih is attached in upload files(not attchments) types as file. I need to get the body, name and content type of the file in exteral system. How to query the files from saelsforce.

This is what I used for querying the attachments-it working perfctely. 
select Id,Name,ParentId,Body,ContentType,Parent.Id from attachment WHERE parentId != Null.

I want same for query the files. I have researched and found the "contendocumentLink" for this. but how to get the body and name in that. Please assist
Actually using streaming api to display the changes on another user deatils page using Visual page.

Is it possible to display the changes or something using streaming API in home page or somewhere(if the user using or accessing the someother page in org).
 
Please help to achive my query. It would be greatly appreciated.


 
Actually using streaming api to display the changes on another user deatils page using Visual page.

Is it possible to display the changes or something using streaming API in home page or somewhere(if the user using or accessing the someother page in org).
 
Please help to achive my query. It would be greatly appreciated.