#Query the last file created under a custom object record
Idはどんどん値が増えていくよなイメージなのかな。
SELECT max(ContentDocumentId ) from ContentDocumentLink where LinkedEntityId = '[Record Id]'
Go to list of users who liked
More than 3 years have passed since last update.
#Query the last file created under a custom object record
Idはどんどん値が増えていくよなイメージなのかな。
SELECT max(ContentDocumentId ) from ContentDocumentLink where LinkedEntityId = '[Record Id]'
Register as a new user and use Qiita more conveniently
Go to list of users who liked