File Upload to Salesforce Files instead of Attachment?

Nosa,

You can upload to chatter files in Skuid and create a ContentDocument and a ContentDocumentLink to that file that you can see in Skuid. Below I have my file upload component settings on my Account page uploading ‘in Chatter Feed Item’. (This will create a content document!) The parent model is the Account model that is running for my detail page.

Lastly, I like to show a table of the object ContentDocumentLink where LinkedEntityId = the main model’s Id. That shows any ContentDocument where I have a related ContentDocumentLink record with it. I am on Banzai in this screenshot below.

Hope this helps get you started.

-Jeff Rutter