Salesforce-LWC-FileFrame is a custom Lightning Web Component that allows you to display related record files directly within a record's Flexipage in Salesforce.
- Salesforce CLI (sfdx) must be installed. If not, you can find the installation guide here.
- Open your terminal and run the following command to login to your Salesforce org:
sf org login web
- Complete the web-based authentication flow.
Note: You can verify the connected orgs by running:
sf org list
Run the following command to deploy the Salesforce-LWC-FileFrame component to your org:
sf project deploy start -o <<your_user_name>>
To add the FileFrame
component to a Flexipage, follow these steps:
- Open the Salesforce Setup.
- Navigate to the Flexipages section.
- Edit the Flexipage where you want to add the component.
- Drag and drop the
FileFrame
component to the desired position on the Flexipage.