View on GitHub

FirmWorks Files Documentation

Documentation for FirmWorks Files, the native Salesforce application for storing, tagging, finding and sharing files.

FirmWorks Files

Back To Documentation

Tips And Known Issues

Known Issues

Filter Lookup Limited Support

Filtered Lookups are not currently supported in the following FirmWorks Files components/views:

This is due to an issue with how Salesforce allows us to access filtered lookup criteria via Apex. Release 0.68 added support for lookup filters and for SOQL sub-queries on lookup filter fields, set in the Filtering step of a configuration. If a filtered lookup still misbehaves in your org, please report it to support@getfirmworks.com.

Tips

Permission Set to Query All Files

If you are in a FirmWorks Files component and think you may not be seeing all Files in your search criteria, that could be the case! You may need to give yourself or a subset of your users a specific permission.

NOTE: This permission can be assigned to Users with View All Data permission and it will allow the user the ability to query ContentDocument and ContentVersion and retrieve all files in the org. Please be careful who you give this permission to

In order to enable this follow the Salesforce article here: https://help.salesforce.com/s/articleView?id=000381258&type=1

Salesforce Images Low Quality Render

Occasionally Salesforce will render poor quality images of a document (for instance a pdf)

Poor Quality Image

Luckily Salesforce provides a way to regenerate images.

  1. First we need to get the Content Document Id of the File
    • This can be done in a number of ways - the easiest is to use Salesforce’s file image to open the modal window, navigate to view document and get the id from the url.
    • Find The Content Document Id
  2. Give the content id to an administrator or someone with access to Setup.
  3. From within the setup section
    1. Go to regenerate previews
    2. Enter the id and click ‘Regenerate Preview’
    3. Wait a few minutes for the image to regenerate.

Regenerate Images

Using the Browser Viewer

Instead of waiting for a regenerated preview, choose Show In Browser’s Viewer from the file’s menu. The Browser Viewer streams the file itself to your browser, so PDFs render with the browser’s own viewer at full quality. It requires the API Enabled permission. See Previewing files.

File Sharing and Access Explained

Access to a Salesforce Files is determine by two different aspects of the associated Content Document Links:

Salesforce Files Object Structure

Below is an Entity Relationship Diagram (ERD) of the Salesforce Files Schema. This is not all of them but it contains the majority of the relevant objects for FileViewer use.

Salesforce Files ERD