You need to sign in to do that
Don't have an account?
Simon234
1 level deep in a SOQL query
I can't choose my last file by record Id (this file was uploaded for this record). How can I do that by SOQL query?
conVersion = [SELECT Id FROM ContentVersion WHERE (Select LinkedEntityId from ContentDocumentId_r =: recId) order by CreatedDate DESC limit 1];
Raj Vakati
Try this