Created
February 7, 2020 06:53
-
-
Save srujan21/332180de46f405eccbfdb00117bcb828 to your computer and use it in GitHub Desktop.
Get the file from Salesforce library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Get file from library | |
SELECT Id, RootContentFolderId FROM ContentWorkspace WHERE Name = 'Historical' LIMIT 1 | |
//0583F000000EsFVQA0 | |
SELECT Id, ContentDocument.LatestPublishedVersion.VersionData FROM ContentDocumentLink WHERE LinkedEntityId = '0583F000000EsFVQA0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment