Skip to main content
Nintex Community Menu Bar
Question

Is there a way to add the Files related list to a Skuid Page?

  • July 11, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+3

I am trying to find a way to add the ‘Files’ related list to a Skuid page.  Im only able to add ‘Attachments’ list however.

2 replies

Forum|alt.badge.img+7

Danny,

You should look at the ContentDocument and ContentDocumentLink objects. The ContentDocument object has the files, and the ContentDocumentLink object will let you find the file(s) associated with a specific record through the LinkedEntityId field.


Forum|alt.badge.img+3
  • Author
  • July 11, 2024

That worked thanks!