https://github.com/jsmithdev/file-manager-sf
Categorize, filter, download & upload Salesforce files
https://github.com/jsmithdev/file-manager-sf
Last synced: about 1 year ago
JSON representation
Categorize, filter, download & upload Salesforce files
- Host: GitHub
- URL: https://github.com/jsmithdev/file-manager-sf
- Owner: jsmithdev
- License: mit
- Created: 2020-12-10T00:23:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T23:37:37.000Z (over 3 years ago)
- Last Synced: 2025-01-28T23:15:32.469Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# File Manager (Salesforce)
## Categorize, filter, view, download & upload related files in Salesforce

### Other Modes

> Above is an example of Upload Only mode
## Notes
Use the App or Community Builder to place component labeled File Manager
Deploying adds a field to ContentVersion (Category__c) used for categorization of files
- permissions for the custom field may need to be configured
## Settings

File Manger has the following settings (in the App or Community Builder sidebar):
Header: The main header text
- Default: File Manager
Sub-header: Additional text useful when using Upload Only
- Default: blank
Icon Name: any icon name from [SLDS](https://www.lightningdesignsystem.com/icons/)
- Default: action:manage_perm_sets
Fields: fields to display in the table (from ContentVersion sObject)
- Default: Title, Category__c, Owner, LastModifiedDate
Upload Only: If true, does not render table or prompt for categorization on upload
- Default: false
## Deploy
SFDX: [sfdx deploy instructions](https://github.com/jsmithdev/sfdx-deploy-instructions)
Click deploy available @
---
authored with 💖 by [Jamie Smith](https://jsmith.dev)