Viewing Files

When a record is associated with files in Salesforce, GRAX will render a section named "Files" to represent them, showing their name and size - as well as buttons to view and download them:

Files Graph Breakdown

This shows up for records of objects that contain files:

  • Attachment

  • ContentVersion

  • EventLogFile

As well as records associated with them, be it via the Attachment reference or via a ContentDocumentLink . This means if you're looking at an email that has attachments, the corresponding files should show up right there.

Internally, files are stored in the provided bucket under:

grax/audittrail/salesforce/$ORG_ID/$OBJECT/$RECORD_ID/files/$RECORD_ID

You can also use the GRAX API to view files related to a record and download their contents.

Last updated

Was this helpful?