-
Download the zip from this Repo
-
Merge force-app folder content into your DX project
-
For Sandbox/DE/PROD: Establish connection with:
- In the case of sandbox use :
sfdx force:auth:web:login -r https://test.salesforce.com
- In the case of PROD or DE use :
sfdx force:auth:web:login -r https://login.salesforce.com
-
Deploy using SFDX (for -u --put your login username--)
sfdx force:source:deploy -u loginUsername@email.com -p force-app/main/default/staticresources
sfdx force:source:deploy -u loginUsername@email.com -p force-app/main/default/aura
In case you want to install this without using SFDX:
- Create FSCConfig component (
force-app/main/default/aura/FSCConfig/FSCConfig.cmp
) and its design (force-app/main/default/aura/FSCConfig/FSCConfig.design
) using Developer Console
- Create static resources using Salesforce UI for the css files in
force-app/main/default/aura/staticresources
folder
- Install this component using App Builder by Edit Page :
- Drag and Drop FSCConfig component in the page: