LogoLogo
TrustAPI Docs
  • Application
  • Support
  • Platform
  • Infrastructure
  • Security
  • Notices
  • Overview
  • Protect Data
    • Auto Backup
      • Auto Backup API Usage
      • Supported Objects
      • Delete Tracking
      • Salesforce Metadata Backup
      • Missing Field Permissions
      • Viewing Records
      • Viewing Files
    • Archive
      • Support for Big Objects
    • Restore
      • Restore Best Practices
    • Purge
  • Reuse Data
    • Global Search
    • Data Lake (formerly History Stream)
      • AWS Data Lakehouse
      • DuckDB Data Lake
      • Heroku Data Lakehouse
      • Azure Data Lake
      • Data Lake FAQ
      • Data Lake v1 (formerly History Stream)
    • Salesforce Sandbox Seeding
      • Sandbox Seeding Walkthrough
    • Public API
    • Managed Package
      • Second Generation
        • Features
        • Install
        • Update
        • Uninstall
      • First Generation
        • Features
        • Configure
        • Uninstall
        • Migrate
      • Frequently Asked Questions
  • Other
    • Settings
      • Connecting Salesforce
      • Connecting Storage
      • Sandbox Refresh
    • Notifications
    • Permissions
      • Integration User
      • Integration User Scripts
    • Troubleshooting
      • Debugging Salesforce Triggers
    • Auto Updates

Copyright © 2025 GRAX, Inc.

On this page

Was this helpful?

Export as PDF
  1. Protect Data
  2. Auto Backup

Viewing Files

Last updated 22 days ago

Was this helpful?

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:

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
Files Graph Breakdown